| Acme-CPANAuthors-GitHub documentation | view source | Contained in the Acme-CPANAuthors-GitHub distribution. |
Acme::CPANAuthors::GitHub - CPAN Authors with GitHub repositories
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new('GitHub');
my $number = $authors->count;
my @ids = $authors->id;
my @distros = $authors->distributions('GRAY');
my $url = $authors->avatar_url('GRAY');
my $kwalitee = $authors->kwalitee('GRAY');
my $name = $authors->name('GRAY');
This class provides a hash of PAUSE IDs and names of CPAN authors who have GitHub repositories.
Please report any bugs or feature requests to http://rt.cpan.org/Public/Bug/Report.html?Queue=Acme-CPANAuthors-GitHub. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Acme::CPANAuthors::GitHub
You can also look for information at:
http://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANAuthors-GitHub
Copyright (C) 2010-2011 gray <gray at cpan.org>, all rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
gray, <gray at cpan.org>
| Acme-CPANAuthors-GitHub documentation | view source | Contained in the Acme-CPANAuthors-GitHub distribution. |