Acme::CPANAuthors::Female - We are female CPAN authors


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

Index


NAME

Top

Acme::CPANAuthors::Female - We are female CPAN authors

VERSION

Top

version 0.01

SYNOPSIS

Top

   use Acme::CPANAuthors;
   use Acme::CPANAuthors::Female;

   my $authors = Acme::CPANAuthors->new('Female');

   my $number   = $authors->count;
   my @ids      = $authors->id;
   my @distros  = $authors->distributions('AUDREYT');
   my $url      = $authors->avatar_url('CINDY');
   my $kwalitee = $authors->kwalitee('ARANDAL');

DESCRIPTION

Top

This class is used to provide a hash of female CPAN author's PAUSE id/name to Acme::CPANAuthors. I started this out of sheer curiosity; I happen to be a male myself.

If you are a female and/or can confirm more females among us CPAN authors, please fork the github repository and supply a patch.

SEE ALSO

Top

Acme::CPANAuthors - Main class to manipulate this one

AUTHOR

Top

  Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

Top


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