Acme-CPANLists-Import

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

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

META.json  view on Meta::CPAN

            "class" : "Dist::Zilla::Plugin::CheckMetaResources",
            "name" : "@Author::PERLANCAR/CheckMetaResources",
            "version" : "0.001"
         },
         {
            "class" : "Dist::Zilla::Plugin::IfBuilt",
            "name" : "@Author::PERLANCAR/IfBuilt",
            "version" : "0.03"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@Author::PERLANCAR/MetaJSON",
            "version" : "6.008"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@Author::PERLANCAR/MetaConfig",
            "version" : "6.008"
         },
         {
            "class" : "Dist::Zilla::Plugin::GenShellCompletion",
            "name" : "@Author::PERLANCAR/GenShellCompletion",

META.json  view on Meta::CPAN

      ],
      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : 0
         },
         "version" : "6.008"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}

META.yml  view on Meta::CPAN

      version: '0.02'
    -
      class: Dist::Zilla::Plugin::CheckMetaResources
      name: '@Author::PERLANCAR/CheckMetaResources'
      version: '0.001'
    -
      class: Dist::Zilla::Plugin::IfBuilt
      name: '@Author::PERLANCAR/IfBuilt'
      version: '0.03'
    -
      class: Dist::Zilla::Plugin::MetaJSON
      name: '@Author::PERLANCAR/MetaJSON'
      version: '6.008'
    -
      class: Dist::Zilla::Plugin::MetaConfig
      name: '@Author::PERLANCAR/MetaConfig'
      version: '6.008'
    -
      class: Dist::Zilla::Plugin::GenShellCompletion
      name: '@Author::PERLANCAR/GenShellCompletion'
      version: '0.11'
    -

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

package Acme::CPANLists::Import::JSONDecoders;

our $DATE = '2016-12-28'; # DATE
our $VERSION = '0.03'; # VERSION

our @Module_Lists = ({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=>[{mod...

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

__END__

=pod

=encoding UTF-8

=head1 NAME

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

=head1 VERSION

This document describes version 0.03 of Acme::CPANLists::Import::JSONDecoders (from Perl distribution Acme-CPANLists-Import), released on 2016-12-28.

=head1 DESCRIPTION

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

=head1 MODULE LISTS

=head2 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.


=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-CPANLists-Import>.

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

use Test::More;

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

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





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