Acme::CPANAuthors::Utils::Kwalitee - Acme::CPANAuthors::Utils::Kwalitee documentation


Acme-CPANAuthors documentation  | view source Contained in the Acme-CPANAuthors distribution.

Index


NAME

Top

Acme::CPANAuthors::Utils::Kwalitee

SYNOPSIS

Top

    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 => {
        "Acme-CPANAuthors" => {
          details  => { "use_strict" => "ok", ... },
          kwalitee => "144.000",
        },
        ...
      },
    }

DESCRIPTION

Top

This is mainly to create some local kwalitee rankings for you :)

METHODS

Top

fetch

returns kwalitee information for the author of the id. This information is scraped from http://cpants.perl.org/.

AUTHOR

Top

Kenichi Ishigaki, <ishigaki at cpan.org>

COPYRIGHT AND LICENSE

Top


Acme-CPANAuthors documentation  | view source Contained in the Acme-CPANAuthors distribution.