NAME

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

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

DESCRIPTION

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

US PEOPLE

We are Canadian CPAN authors:

Graham 'GTERMARS' TerMarsch
Jeremy 'STASH' Stashewsky
Karen 'ETHER' Etheridge
Kevin 'KEVINJ' Jones
Luke 'LUKEC' Closs
Mike 'MDMS' Smith
Roman 'ROMANF' F.
Zoffix 'ZOFFIX' Znet

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.

AUTHOR

'Zoffix, <'zoffix at cpan.org'> (http://zoffix.com/, http://haslayout.net/, http://zofdesign.com/)

BUGS

Please report any bugs or feature requests to bug-acme-cpanauthors-canadian at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Canadian. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

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

perldoc Acme::CPANAuthors::Canadian

You can also look for information at:

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.