Acme-CPANAuthors

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


0.26 2015/12/09
  - repackaging to add recommendation in META files (GH #4, XSAWYER++)

0.25 2015/01/25
  - improved pod coverage (PJACKLAM++)

0.24 2015/01/18
  - make sure if authors method is actually availabl (RT#101597 ETHER++)
  - switched to JSON::PP and HTTP::Tiny
  - changed look_for method to look for registered authors if called
    from an instance (instead of looking for all the registered authors
    in installed packages).

0.23 2013/07/08
  - added Acme::CPANAuthors::Factory (ETHER)
  - added categories method (ETHER) 

0.22 2013/07/07
  - listed new module: Australian
  - fixed example in ::Utils (ETHER)

lib/Acme/CPANAuthors/Utils/Kwalitee.pm  view on Meta::CPAN


Acme::CPANAuthors::Utils::Kwalitee

=head1 SYNOPSIS

    use Acme::CPANAuthors::Utils::Kwalitee;

    my $info = Acme::CPANAuthors::Utils::Kwalitee->fetch('ISHIGAKI');

    # then, $info will have keys/values like this
    # (though this may change without notices)

    {
      info => {
        Average_Kwalitee => "144.333",
        CPANTS_Game_Kwalitee => "98.833",
        Email => "ishigaki\@cpan.org",
        Liga => "5 or more",
        Rank => 47,
      },
      distributions => {



( run in 0.856 second using v1.01-cache-2.11-cpan-c333fce770f )