NAME
Acme::CPANAuthors::Nonhuman - We are non-human CPAN authors
VERSION
version 0.001
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)!
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.
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.