Acme::CPANAuthors::GitHub - CPAN Authors with GitHub repositories


Acme-CPANAuthors-GitHub documentation  | view source Contained in the Acme-CPANAuthors-GitHub distribution.

Index


NAME

Top

Acme::CPANAuthors::GitHub - CPAN Authors with GitHub repositories

SYNOPSIS

Top

    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

Top

This class provides a hash of PAUSE IDs and names of CPAN authors who have GitHub repositories.

SEE ALSO

Top

Acme::CPANAuthors

http://github.com/

REQUESTS AND BUGS

Top

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

Top

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

http://github.com/gray/acme-cpanauthors-github

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Acme-CPANAuthors-GitHub

* CPAN Ratings

http://cpanratings.perl.org/d/Acme-CPANAuthors-GitHub

* RT: CPAN's request tracker

http://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANAuthors-GitHub

* Search CPAN

http://search.cpan.org/dist/Acme-CPANAuthors-GitHub/

COPYRIGHT AND LICENSE

Top

AUTHOR

Top

gray, <gray at cpan.org>


Acme-CPANAuthors-GitHub documentation  | view source Contained in the Acme-CPANAuthors-GitHub distribution.