Skip to content

timlegge/Acme-CPANAuthors-Canadian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

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

VERSION

version 0.0107

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:

Graham 'GTERMARS' TerMarsch
Jeremy 'STASH' Stashewsky
Karen 'ETHER' Etheridge
Kevin 'KEVINJ' Jones
Luke 'LUKEC' Closs
Mike 'MDMS' Smith
Roman 'ROMANF' F.
Timothy 'TIMLEGGE' Legge
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.

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.

AUTHOR

Zoffix Znet <cpan@zoffix.com>

CONTRIBUTOR

Karen Etheridge <ether@cpan.org>

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.

Packages

No packages published

Languages

  • Perl 100.0%