Acme-CPANAuthors

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  - forgot to remove Parse::CPAN::* bit in a test

0.12 2010/09/25
  - added ToBeLike to the list.
  - bundled Parse::CPAN::* alternatives to cut off antlers.

0.11 2010/09/20
  - oops, forgot to update dependencies

0.10 2010/09/20
  - use Try::Tiny for better trapping
  - added several modules to the subordinate modules list
  - launched a new api server to fetch kwalitee data as json.
    no need to scrape kwalitee pages anymore

0.09 2009/08/23
  - added Arabic and German to the subordinate modules list,
    and rearranged the list a bit.
  - added a reason why I wrote this
  - added a tentative workaround to t/03_extra.t. hope this works...

META.json  view on Meta::CPAN

            "CPAN::DistnameInfo" : "0",
            "Carp" : "0",
            "Class::Accessor::Fast" : "0",
            "Exporter" : "0",
            "File::Spec" : "0",
            "HTTP::Tiny" : "0",
            "IO::File" : "0",
            "IO::Uncompress::Gunzip" : "2.008",
            "JSON::PP" : "0",
            "Module::Find" : "0",
            "Try::Tiny" : "0",
            "version" : "0.74"
         }
      },
      "test" : {
         "requires" : {
            "Test::Deep" : "0",
            "Test::More" : "0.88",
            "Test::UseAllModules" : "0.15"
         }
      }

META.yml  view on Meta::CPAN

  CPAN::DistnameInfo: '0'
  Carp: '0'
  Class::Accessor::Fast: '0'
  Exporter: '0'
  File::Spec: '0'
  HTTP::Tiny: '0'
  IO::File: '0'
  IO::Uncompress::Gunzip: '2.008'
  JSON::PP: '0'
  Module::Find: '0'
  Try::Tiny: '0'
  version: '0.74'
resources:
  repository: https://github.com/charsbar/acme-cpanauthors
version: '0.27'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

cpanfile  view on Meta::CPAN

requires 'Carp'                   => 0;
requires 'Class::Accessor::Fast'  => 0;
requires 'CPAN::DistnameInfo'     => 0;
requires 'Exporter'               => 0;
requires 'File::Spec'             => 0;
requires 'HTTP::Tiny'             => 0;
requires 'IO::File'               => 0;
requires 'IO::Uncompress::Gunzip' => '2.008'; # core in 5.10
requires 'JSON::PP'               => 0;
requires 'Module::Find'           => 0;
requires 'Try::Tiny'              => 0;
requires 'version'                => '0.74';  # core in 5.10

recommends 'Gravatar::URL' => 0;

on test => sub {
  requires 'Test::Deep'             => 0;
  requires 'Test::More'             => '0.88'; # for done_testing
  requires 'Test::UseAllModules'    => '0.15';
};



( run in 0.842 second using v1.01-cache-2.11-cpan-0d8aa00de5b )