The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 0.0108

DESCRIPTION

This class provides a hash of Canadian CPAN authors' PAUSE ID and name to the 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 Acme::CPANAuthors for more details.

US PEOPLE

We are Canadian CPAN authors:

  • Zoffix Znet

  • Karen Etheridge

  • Roman F.

  • Graham TerMarsch

  • Olaf Alders

  • Timothy Legge

  • Jeremy Stashewsky

  • Luke Closs

  • Kevin Jones

  • Mike Smith

MAINTENANCE

If you are a Canadian CPAN author not listed here, please send me your ID/name via RT or pull request so we can always keep this module up to date.

SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Acme-CPANAuthors-Canadian@rt.cpan.org).

I am also usually active on irc, as 'ether' at irc.perl.org and irc.libera.chat.

AUTHOR

Zoffix Znet <cpan@zoffix.com>

CONTRIBUTORS

  • Karen Etheridge <ether@cpan.org>

  • Timothy Legge <timlegge@gmail.com>

COPYRIGHT AND LICENCE

This software is copyright (c) 2008 by Zoffix Znet <cpan@zoffix.com>.

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