Acme-CPANAuthors-Canadian

 view release on metacpan or  search on metacpan

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

  ROMANF => 'Roman F.',
  GTERMARS => 'Graham TerMarsch',
  OALDERS => 'Olaf Alders',
  TIMLEGGE => 'Timothy Legge',
  STASH => 'Jeremy Stashewsky',
  LUKEC => 'Luke Closs',
  KEVINJ => 'Kevin Jones',
  MDMS => 'Mike Smith',
);

1;

#pod =pod
#pod =head1 SYNOPSIS
#pod
#pod     use strict;
#pod     use warnings;
#pod     use Acme::CPANAuthors;
#pod
#pod     my $authors  = Acme::CPANAuthors->new("Canadian");
#pod
#pod     my $number   = $authors->count;
#pod     my @ids      = $authors->id;
#pod     my @distros  = $authors->distributions("ZOFFIX");
#pod     my $url      = $authors->avatar_url("ZOFFIX");
#pod     my $kwalitee = $authors->kwalitee("ZOFFIX");
#pod     my $name     = $authors->name("ZOFFIX");
#pod
#pod See documentation for L<Acme::CPANAuthors> for more details.
#pod
#pod =head1 DESCRIPTION
#pod
#pod This class provides a hash of Canadian CPAN authors' PAUSE ID and name to
#pod the C<Acme::CPANAuthors> module.
#pod
#pod =head1 US PEOPLE
#pod
#pod We are Canadian CPAN authors:
#pod
#pod =for :list
#pod * Zoffix Znet
#pod * Karen Etheridge
#pod * Roman F.
#pod * Graham TerMarsch
#pod * Olaf Alders
#pod * Timothy Legge
#pod * Jeremy Stashewsky
#pod * Luke Closs
#pod * Kevin Jones
#pod * Mike Smith
#pod
#pod =head1 MAINTENANCE
#pod
#pod If you are a Canadian CPAN author not listed here, please send me your ID/name
#pod via RT or pull request so we can always keep this module up to date.
#pod
#pod =cut

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANAuthors::Canadian - We are Canadian CPAN authors

=head1 VERSION

version 0.0108

=head1 DESCRIPTION

This class provides a hash of Canadian CPAN authors' PAUSE ID and name to
the C<Acme::CPANAuthors> module.

    use strict;
    use warnings;
    use Acme::CPANAuthors;

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

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

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

=head1 US PEOPLE

We are Canadian CPAN authors:

=over 4

=item *

Zoffix Znet

=item *

Karen Etheridge

=item *

Roman F.

=item *

Graham TerMarsch

=item *

Olaf Alders

=item *

Timothy Legge

=item *



( run in 1.130 second using v1.01-cache-2.11-cpan-97f6503c9c8 )