Acme-CPANAuthors-GitHub

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/GitHub.pm  view on Meta::CPAN

    q(ZITHB) => q(Hendrik Buchwald),
    q(ZITSEN) => q(Huo Linhe),
    q(ZJT) => q(Jesse Thompson),
    q(ZMUGHAL) => q(Zakariyya Mughal),
    q(ZNMSTR) => q(Afnic and IIS Zonemaster Project),
    q(ZOFFIX) => q(Zoffix Znet),
    q(ZONCOEN) => q(Kenta Mori),
    q(ZOUL) => q(),
    q(ZOWIE) => q(Craig DeForest),
    q(ZPMORGAN) => q(Zach Morgan),
    q(ZUMMO) => q(Alessandro Zummo),
    q(ZURBORG) => q(David Zurborg),
    q(ZUYIS) => q(SiYu Zhao(赵思宇)),
    q(ZWON) => q(Pavel Shaydo),
    q(ZZZ) => q(Alexandr Gomoliako),
    q(ZZZOMBO) => q(Alexandrov Denis),
);


1;

__END__

=head1 NAME

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

=head1 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');

=head1 DESCRIPTION

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

=head1 SEE ALSO

L<Acme::CPANAuthors>

L<http://github.com/>

=head1 REQUESTS AND BUGS

Please report any bugs or feature requests to
L<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.

=head1 SUPPORT

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

    perldoc Acme::CPANAuthors::GitHub

You can also look for information at:

=over

=item * GitHub Source Repository

L<http://github.com/gray/acme-cpanauthors-github>

=item * AnnoCPAN: Annotated CPAN documentation

L<http://annocpan.org/dist/Acme-CPANAuthors-GitHub>

=item * CPAN Ratings

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

=item * RT: CPAN's request tracker

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

=item * Search CPAN

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

=back

=head1 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.

=head1 AUTHOR

gray, <gray at cpan.org>

=cut



( run in 1.580 second using v1.01-cache-2.11-cpan-ceb78f64989 )