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



NAME

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


SYNOPSIS

   use Acme::CPANAuthors;
   my $authors  = Acme::CPANAuthors->new("British");
   my $number   = $authors->count;
   my @ids      = $authors->id;
   my @distros  = $authors->distributions("BARBIE");
   my $url      = $authors->avatar_url("BINGOS");
   my $kwalitee = $authors->kwalitee("DAVORG");
   my $name     = $authors->name("DCANTRELL");


DESCRIPTION

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

This module was created simply because nobody had written it and uploaded it to CPAN before me :)


MAINTENANCE

If you are a British 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. If there's a mistake and you're listed here but are not British (or just don't want to be listed), sorry for the inconvenience: please contact me and I'll remove the entry right away.

Please note that British implies that you consider yourself from England, Wales, Scotland or Northern Ireland.


SEE ALSO

the Acme::CPANAuthors manpage - Main class to manipulate this one

Other European authors:

the Acme::CPANAuthors::Austrian manpage - Austrian CPAN authors

the Acme::CPANAuthors::Dutch manpage - Dutch CPAN authors

the Acme::CPANAuthors::French manpage - French CPAN authors

the Acme::CPANAuthors::Portuguese manpage - Portuguese CPAN authors

the Acme::CPANAuthors::Italian manpage - Italian CPAN authors

Or you could use the following to include them all:

the Acme::CPANAuthors::European manpage - European CPAN authors

the Acme::CPANAuthors::EU manpage - EU CPAN authors


AUTHOR

Barbie <barbie at cpan.org>


SUPPORT

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

    perldoc Acme::CPANAuthors::British

You can also look for information at:


ACKNOWLEDGEMENTS

Thanks to Kenichi Ishigaki for writing Acme::CPANAuthors, and Sébastien Aperghis-Tramoni for writing Acme::CPANAuthors::French on which I based this release.

I always wanted to release an Acme module :)


COPYRIGHT & LICENSE

Copyright 2009 Barbie for Miss Barbell Productions.

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

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