| Acme-CPANAuthors-Female documentation | view source | Contained in the Acme-CPANAuthors-Female distribution. |
Acme::CPANAuthors::Female - We are female CPAN authors
version 0.01
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');
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.
Acme::CPANAuthors - Main class to manipulate this one
Steven Haryanto <stevenharyanto@gmail.com>
This software is copyright (c) 2010 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Acme-CPANAuthors-Female documentation | view source | Contained in the Acme-CPANAuthors-Female distribution. |