Acme::CPANAuthors::Canadian is a Perl module that provides a hash of Canadian CPAN authors' PAUSE ID and name to the Acme::CPANAuthors module.
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");
Product's homepage
Requirements:
· Perl