App-RecordStream

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

4.0.25  2018-06-06 08:48:39 PDT
    [Documentation]
        * totable: Correct --delim option name in help.  Thanks to Tomohiro
          Hosaka for the report!

4.0.24  2017-07-31 09:41:23 PDT
    [Tests]
        * Remove duplicate key in JSON input that caused errors from
          Cpanel::JSON::XS on CPAN Testers.  Reported by Slaven Rezić as
          [rt.cpan.org #122646].

4.0.23  2017-07-19 10:18:50 PDT
    [Features]
        * tojsonarray: A new command for outputting the record stream as a
          single JSON array.  Complements the existing fromjsonarray.

        * Support for running a Perl script under the recs libraries with:
            recs -- file.pl [arguments]

Changes  view on Meta::CPAN

4.0.19-TRIAL  2015-12-30 13:58:01 PST - TRIAL DEVELOPMENT RELEASE
    [Bug fixes]
        * xform/annotate: Guard against trailing comments in snippets

    [Tests]
        * Travis CI: Use new container-based infrastructure for continuing support
        * Travis CI: Install a more appropriate and limited set of dependencies

4.0.18-TRIAL  2015-11-28 15:46:45 PST - TRIAL DEVELOPMENT RELEASE
    [Prereqs]
        * Avoid known-bad Cpanel::JSON::XS versions

    [Documentation]
        * Document the release process in devel/README.md

    [Tests]
        * Report diagnostics on module versions during automated smoke testing

4.0.17  2015-11-20 18:29:48 PST
    [Bug fixes]
        * fromcsv: Properly handle --header when reading multiple files with

META.json  view on Meta::CPAN

            "Module::CoreList" : "0",
            "Perl::Strip" : "0",
            "Software::License::Custom" : "0",
            "Test::Pod" : "1.41",
            "Tie::File" : "0",
            "lib::core::only" : "0"
         }
      },
      "runtime" : {
         "recommends" : {
            "Cpanel::JSON::XS" : "!= 3.0201, != 3.0202, != 3.0203, != 3.0204",
            "Term::ReadKey" : "0",
            "Text::CSV_XS" : "0.99"
         },
         "requires" : {
            "Carp" : "0",
            "Cwd" : "0",
            "Data::Dumper" : "0",
            "Date::Manip" : "0",
            "File::Basename" : "0",
            "File::Glob" : "0",

META.json  view on Meta::CPAN

      "Ben Bernard <github@benjaminbernard.com>",
      "Brandon Forehand <b4hand@users.sf.net>",
      "Eli Lindsey <eli@siliconsprawl.com>",
      "James McCoy <vega.james@gmail.com>",
      "Pat McIlroy <itgpmc@gmail.com>",
      "Punyashloka Biswal <punya.biswal@gmail.com>",
      "Shawn Halpenny <paxunix@gmail.com>",
      "Tomohiro Hosaka <bokutin@bokut.in>",
      "Torsten Blix <torsten.blix@gmail.com>"
   ],
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0237"
}

META.yml  view on Meta::CPAN

      List::MoreUtils: '0'
      XML::Twig: '0'
  recs-togdgraph:
    description: 'GD graph output'
    requires:
      GD::Graph: '0'
      GD::Graph::bars: '0'
      GD::Graph::lines: '0'
      GD::Graph::points: '0'
recommends:
  Cpanel::JSON::XS: '!= 3.0201, != 3.0202, != 3.0203, != 3.0204'
  Term::ReadKey: '0'
  Text::CSV_XS: '0.99'
requires:
  Carp: '0'
  Cwd: '0'
  Data::Dumper: '0'
  Date::Manip: '0'
  File::Basename: '0'
  File::Glob: '0'
  File::Temp: '0'

cpanfile  view on Meta::CPAN

requires 'JSON::MaybeXS', '1.002005';
requires 'Module::Pluggable::Object', '5.1';
requires 'Pod::Perldoc';
requires 'Scalar::Util';
requires 'Text::Autoformat';
requires 'Text::CSV';
requires 'Tie::Array';
requires 'Tie::Hash';               # includes Tie::ExtraHash

# XS deps
recommends 'Cpanel::JSON::XS',
    # Avoid versions with null/true/false bug:
    # https://github.com/rurban/Cpanel-JSON-XS/issues/45
    '!=3.0201, !=3.0202, !=3.0203, !=3.0204';

recommends 'Text::CSV_XS', '0.99';
recommends 'Term::ReadKey';

on 'configure' => sub {
    requires 'ExtUtils::MakeMaker';
};



( run in 0.383 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )