NAME
Acme::CPANAuthors::GitHub - CPAN Authors with GitHub repositories
SYNOPSIS
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');
DESCRIPTION
This class provides a hash of PAUSE IDs and names of CPAN authors who have GitHub repositories.
SEE ALSO
REQUESTS AND BUGS
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.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Acme::CPANAuthors::GitHub
You can also look for information at:
GitHub Source Repository
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
http://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANAuthors-GitHub
Search CPAN
COPYRIGHT AND LICENSE
Copyright (C) 2010-2017 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.
AUTHOR
gray, <gray at cpan.org>