The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Acme::CPANAuthors::Nonhuman - We are non-human CPAN authors

VERSION

version 0.002

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)!

ETHER MITHALDU HIROSE
KAARE GLEACH AKIHITO
BAHOOTYPR BIGREDS GAURAV

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.

SEE ALSO

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.