package Acme::CPANAuthors::Canadian; use warnings; use strict; our $VERSION = '0.0101'; use Acme::CPANAuthors::Register ( ZOFFIX => 'Zoffix Znet', ); 1; __END__ =encoding UTF-8 =head1 NAME Acme::CPANAuthors::Canadian - We are Canadian CPAN authors =head1 SYNOPSIS 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 for more details. =head1 DESCRIPTION This class provides a hash of Canadian CPAN authors' PAUSE ID and name to the C module. =head1 MAINTENANCE If you are a Canadian CPAN author not listed here, please send me your ID/name via email or RT so we can always keep this module up to date. =head1 AUTHOR 'Zoffix, C<< <'zoffix at cpan.org'> >> (L, L, L) =head1 BUGS Please report any bugs or feature requests to C, or through the web interface at L. 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::Canadian You can also look for information at: =over 4 =item * RT: CPAN's request tracker L =item * AnnoCPAN: Annotated CPAN documentation L =item * CPAN Ratings L =item * Search CPAN L =back =head1 COPYRIGHT & LICENSE Copyright 2008 'Zoffix, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut