Acme-CPANModulesBundle-Import

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

MANIFEST
META.json
META.yml
Makefile.PL
README
dist.ini
lib/Acme/CPANModules/Import/Caching.pm
lib/Acme/CPANModules/Import/CombinationsAndPermutations.pm
lib/Acme/CPANModules/Import/DatesPart1.pm
lib/Acme/CPANModules/Import/DatesPart2.pm
lib/Acme/CPANModules/Import/JSONDecoders.pm
lib/Acme/CPANModules/Import/ORM.pm
lib/Acme/CPANModules/Import/RomanNumbers.pm
lib/Acme/CPANModules/Import/SpellChecking.pm
lib/Acme/CPANModules/Import/TemplateRoundup.pm
lib/Acme/CPANModules/Import/TemplatingSystem.pm
lib/Acme/CPANModules/Import/ThreadPoolForBossWorkerModel.pm
lib/Acme/CPANModulesBundle/Import.pm
t/00-compile.t
t/author-critic.t
t/author-pod-coverage.t

META.json  view on Meta::CPAN

            "Cache::FileCache" : "0",
            "Cache::Mmap" : "0",
            "Cache::Ref::FIFO" : "0",
            "Cache::SharedMemoryCache" : "0",
            "Cache::SizeAwareFileCache" : "0",
            "Catalyst" : "0",
            "Class::DBI" : "0",
            "Class::Date" : "0",
            "Class::Trigger" : "0",
            "Convert::Number::Roman" : "0",
            "Cpanel::JSON::XS" : "0",
            "DBI" : "0",
            "DBIx::Class" : "0",
            "DBIx::Class::InflateColumn::DateTimeX::Immutable" : "0",
            "DBIx::Class::Relationship" : "0",
            "DBIx::Class::Schema::Loader" : "0",
            "Date::Calc" : "0",
            "Date::Format" : "0",
            "Date::Handler" : "0",
            "Date::Manip" : "0",
            "Date::Manip::Date" : "0",

META.json  view on Meta::CPAN

            "HTML::Macro" : "0",
            "HTML::Mason" : "0",
            "HTML::Template" : "0",
            "HTML::Tree" : "0",
            "IPC::MM" : "0",
            "IPC::Open2" : "0",
            "IPC::ShareLite" : "0",
            "IPC::SharedCache" : "0",
            "Ima::DBI" : "0",
            "Iterator::Misc" : "0",
            "JSON" : "0",
            "JSON::MaybeXS" : "0",
            "JSON::PP" : "0",
            "JSON::XS" : "0",
            "Language::Befunge::lib::ROMA" : "0",
            "Lingua::AtD" : "0",
            "Lingua::Ispell" : "0",
            "Lingua::Jspell" : "0",
            "Lingua::MSWordSpell" : "0",
            "Lingua::Romana::Perligata" : "0",
            "Lingua::Spelling::Alternative" : "0",
            "List::Permutor" : "0",
            "MLDBM::Sync::SDBM_File" : "0",
            "Math::Combinatorics" : "0",

META.json  view on Meta::CPAN

            "class" : "Dist::Zilla::Plugin::CopyrightYearFromGit",
            "name" : "@Author::PERLANCAR/CopyrightYearFromGit",
            "version" : "0.003"
         },
         {
            "class" : "Dist::Zilla::Plugin::IfBuilt",
            "name" : "@Author::PERLANCAR/IfBuilt",
            "version" : "0.03"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@Author::PERLANCAR/MetaJSON",
            "version" : "6.010"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@Author::PERLANCAR/MetaConfig",
            "version" : "6.010"
         },
         {
            "class" : "Dist::Zilla::Plugin::Authority",
            "name" : "@Author::PERLANCAR/Authority",

META.json  view on Meta::CPAN

      ],
      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : 0
         },
         "version" : "6.010"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239",
   "x_static_install" : 1
}

META.yml  view on Meta::CPAN

      version: '0.011'
    -
      class: Dist::Zilla::Plugin::CopyrightYearFromGit
      name: '@Author::PERLANCAR/CopyrightYearFromGit'
      version: '0.003'
    -
      class: Dist::Zilla::Plugin::IfBuilt
      name: '@Author::PERLANCAR/IfBuilt'
      version: '0.03'
    -
      class: Dist::Zilla::Plugin::MetaJSON
      name: '@Author::PERLANCAR/MetaJSON'
      version: '6.010'
    -
      class: Dist::Zilla::Plugin::MetaConfig
      name: '@Author::PERLANCAR/MetaConfig'
      version: '6.010'
    -
      class: Dist::Zilla::Plugin::Authority
      name: '@Author::PERLANCAR/Authority'
      version: '1.009'
    -

lib/Acme/CPANModules/Import/JSONDecoders.pm  view on Meta::CPAN

# This file is automatically generated by gen-acme-cpanmodules-module-from-acme-cpanlists-list on Sat Sep 22 06:05:03 2018 from module list in Acme::CPANLists::Import::JSONDecoders version 0.03.

package Acme::CPANModules::Import::JSONDecoders;

our $DATE = '2018-09-22'; # DATE
our $VERSION = '0.001'; # VERSION

our $LIST = {
  description => "This list is generated by extracting module names mentioned in the article [http://perlmaven.com/comparing-the-speed-of-json-decoders] (retrieved on 2016-07-19). For the full article, visit the URL.",
  entries     => [
                   { module => "Benchmark" },
                   { module => "Cpanel::JSON::XS" },
                   { module => "JSON" },
                   { module => "JSON::MaybeXS" },
                   { module => "JSON::PP" },
                   { module => "JSON::XS" },
                   { module => "Text::CSV" },
                   { module => "Text::CSV_XS" },
                 ],
  summary     => "Comparing the speed of JSON decoders (2015)",
};

1;
# ABSTRACT: Comparing the speed of JSON decoders (2015)

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::Import::JSONDecoders - Comparing the speed of JSON decoders (2015)

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::Import::JSONDecoders (from Perl distribution Acme-CPANModulesBundle-Import), released on 2018-09-22.

=head1 DESCRIPTION

Comparing the speed of JSON decoders (2015).

This list is generated by extracting module names mentioned in the article [http://perlmaven.com/comparing-the-speed-of-json-decoders] (retrieved on 2016-07-19). For the full article, visit the URL.

=head1 INCLUDED MODULES

=over

=item * L<Benchmark>

=item * L<Cpanel::JSON::XS>

=item * L<JSON>

=item * L<JSON::MaybeXS>

=item * L<JSON::PP>

=item * L<JSON::XS>

=item * L<Text::CSV>

=item * L<Text::CSV_XS>

=back

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANModulesBundle-Import>.

t/00-compile.t  view on Meta::CPAN


use Test::More;

plan tests => 12 + ($ENV{AUTHOR_TESTING} ? 1 : 0);

my @module_files = (
    'Acme/CPANModules/Import/Caching.pm',
    'Acme/CPANModules/Import/CombinationsAndPermutations.pm',
    'Acme/CPANModules/Import/DatesPart1.pm',
    'Acme/CPANModules/Import/DatesPart2.pm',
    'Acme/CPANModules/Import/JSONDecoders.pm',
    'Acme/CPANModules/Import/ORM.pm',
    'Acme/CPANModules/Import/RomanNumbers.pm',
    'Acme/CPANModules/Import/SpellChecking.pm',
    'Acme/CPANModules/Import/TemplateRoundup.pm',
    'Acme/CPANModules/Import/TemplatingSystem.pm',
    'Acme/CPANModules/Import/ThreadPoolForBossWorkerModel.pm',
    'Acme/CPANModulesBundle/Import.pm'
);




( run in 0.697 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )