Acme-CPANAuthors-DebianDev

 view release on metacpan or  search on metacpan

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

    POTYL         =>   "Emmanuel Rodriguez",
    RATCLIFFE     =>   "Jeffrey Ratcliffe",
    RICHIH        =>   "Richard Michael Hartmann",       # ID exists, but no modules
    RICK          =>   "Rick Scott",
    RKITOVER      =>   "Rafael Kitover",
    ROAM          =>   "Peter Pentchev",
    RRA           =>   "Russ Allbery",
    RSHADOW       =>   "Roman V. Nikolaev",
    RSN           =>   "Ryan Niebur",
    SAPER         =>   "S\x{e9}bastien Aperghis-Tramoni (Sebastien Aperghis-Tramoni)",
    SILASMONK     =>   "Nicholas Bamber",
    SJQUINNEY     =>   "Stephen Quinney",
    SMASH         =>   "Nuno Carvalho",
    SSM           =>   "Stig Sandbeck Mathisen",
    SUKRIA        =>   "Alexis Sukrieh",
    TEX           =>   "Dominik Schulz",
    UNERA         =>   "Dmitry E. Oboukhov",
    VDANJEAN      =>   "Vincent Danjean",
    WALLMARI      =>   "Richard Wallman",
    WILSOND       =>   "Dusty Wilson",
    WSDOOKADR     =>   "Petrea Corneliu \x{15e}tefan (Petrea Corneliu Stefan)",
    XSAWYERX      =>   "Sawyer X",
    YVESAGO       =>   "Yves Agostini",
    ZACS          =>   "S. Zachariah Sprackett",
    ZAKAME        =>   "Zak B. Elep",
);

'alioth';

__END__

=head1 NAME

Acme::CPANAuthors::DebianDev - CPAN authors who are Debian Developers

=head1 SYNOPSIS

    use Acme::CPANAuthors;

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

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

See documentation for L<Acme::CPANAuthors> for more details.

=head1 DESCRIPTION

This class provides a hash of CPAN authors who are also Debian Developers
to the L<Acme::CPANAuthors> module.

=head1 RATIONALE

Although it lives in the C<Acme> namespace, this module was created for
a useful purpose: L<https://github.com/CPAN-API/cpan-api/issues/325>.

=head1 DATA SOURCE

The list is created with the help of the Debian
Perl Group member list, which is available at
L<https://alioth.debian.org/project/memberlist.php?group_id=30274>.

=head1 AUTHOR

Philippe Bruhat (BooK), C<book@cpan.org>.

=head1 COPYRIGHT

Copyright 2014, Philippe Bruhat (BooK).

=head1 LICENSE

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

=cut



( run in 2.358 seconds using v1.01-cache-2.11-cpan-140bd7fdf52 )