The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

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 Acme::CPANAuthors for more details.

DESCRIPTION

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

RATIONALE

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

DATA SOURCE

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

AUTHOR

Philippe Bruhat (BooK), book@cpan.org.

COPYRIGHT

Copyright 2014, Philippe Bruhat (BooK).

LICENSE

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