NAME

Acme::CPANAuthors::Padre - We are the Padre CPAN authors

SYNOPSIS

use Acme::CPANAuthors;

my $authors  = Acme::CPANAuthors->new("Padre");

my $number   = $authors->count;
my @ids      = $authors->id;
my @distros  = $authors->distributions("sewi");
my $url      = $authors->avatar_url("szabgab");
my $kwalitee = $authors->kwalitee("adamk");
my $name     = $authors->name("azawawi");

DESCRIPTION

This class provides a hash of Padre CPAN authors' PAUSE ID and name to the Acme::CPANAuthors module.

MAINTENANCE

If you are a Padre CPAN author not listed here, please send me your ID/name via email or RT so we can always keep this module up to date. If there's a mistake and you're listed here but are not Padre (or just don't want to be listed), sorry for the inconvenience: please contact me and I'll remove the entry right away.

AUTHOR

Ahmad M. Zawawi, <ahmad.zawawi at gmail.com>

BUGS

Please report any bugs or feature requests to bug-acme-cpanauthors-padre at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Padre. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Acme::CPANAuthors::Padre

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2009 Ahmad M. Zawawi, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.