NAME
Acme::CPANAuthors::Nonhuman - We are non-human CPAN authors
VERSION
version 0.003
SYNOPSIS
use Acme::CPANAuthors;
use Acme::CPANAuthors::Nonhuman;
my $authors = Acme::CPANAuthors->new('Nonhuman');
my $number = $authors->count;
my @ids = $authors->id;
my @distros = $authors->distributions('ETHER');
my $url = $authors->avatar_url('MITHALDU');
my $kwalitee = $authors->kwalitee('GAURAV');
DESCRIPTION
This class provides a hash of PAUSE IDs and names of non-human CPAN authors. On the internet, no one knows you're a cat (unless your avatar gives it away)!
The original list of authors was determined via The Faces of CPAN.
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Acme-CPANAuthors-Nonhuman@rt.cpan.org). I am also usually active on irc, as 'ether' at irc.perl.org
.
It may well be the case that some of the authors listed here are not actually non-human, in which case this absolutely must be reported immediately so this module can be corrected! We of the furry and clawed will not stand for imposters in our midst.
On the other hand, occasionally new brothers and sisters join the Perl family and are not recognized here -- please let me know so they can be added to the list.
SEE ALSO
Acme::CPANAuthors - the main class to manipulate this one.
AUTHOR
Karen Etheridge <ether@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Karen Etheridge.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.