Acme::CPANAuthors::CPANTS::FiveOrMore - CPAN Authors with five or more dists


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

Index


NAME

Top

Acme::CPANAuthors::CPANTS::FiveOrMore - CPAN Authors with five or more dists

SYNOPSIS

Top

 use Acme::CPANAuthors;

 my $authors  = Acme::CPANAuthors -> new ("CPANTS::FiveOrMore");

 my $number   = $authors -> count;
 my @ids      = $authors -> id;
 my @distros  = $authors -> distributions ("ABIGAIL");
 my $url      = $authors -> avatar_url    ("ABIGAIL");
 my $kwalitee = $authors -> kwalitee      ("ABIGAIL");
 my $name     = $authors -> name          ("ABIGAIL");

See documentation for Acme::CPANAuthors for more details.

DESCRIPTION

Top

This class provides a hash of PAUSE IDs and names of CPAN authors who have five or more distributions in the CPANTS database.

DEVELOPMENT

Top

The current sources of this module are found on github, git://github.com/Abigail/Acme--CPANAuthors--CPANTS--FiveOrMore.git.

AUTHOR

Top

Abigail, mailto:cpan@abigail.be.

COPYRIGHT and LICENSE

Top

INSTALLATION

Top

To install this module, run, after unpacking the tar-ball, the following commands:

   perl Makefile.PL
   make
   make test
   make install


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