Acme-CPANAuthors-British

 view release on metacpan or  search on metacpan

lib/Acme/CPANAuthors/British.pm  view on Meta::CPAN

    SIMON       => 'Simon Cozens',
    SIMONMCC    => 'Simon McCaughey',
    SIMONW      => 'Simon Wistow',
    SJQUINNEY   => 'Stephen Quinney',
    SJZASADA    => 'Stefan Zasada',
    SKINGTON    => 'Sam Kington',
    SKX         => "Steve Kemp",
    SMPILL      => 'Steve Pillinger',
    SMULLIS     => 'Simon Mullis',
    SMYLERS     => 'Smylers',
    SNKWATT     => 'Stuart Watt',
    SOLIVER     => 'Simon Oliver',
    SRUSHE      => 'Steve Rushe',
    STEVEHA     => 'Stephen Hardisty',
    STIGPJE     => 'Peter John Edwards',
    STRYTOAST   => 'Stray Taoist',
    SUE         => 'Sue Spence',
    SWILCOX     => 'Simon Wilcox',
    TBURGESS    => 'Trevor Burgess',
    TCOX        => 'Tony Cox',
    TEAM        => 'Tom Molesworth',
    TGROSE      => 'Tony G. Rose',
    THINCH      => 'Timothy Hinchcliffe',
    TIMB        => 'Tim Bunce',
    TIMBRODY    => 'Tim Brody',
    TIMPX       => 'Tim Goodwin',
    TKP         => 'Tom Kirkpatrick',
    TMTM        => 'Tony Bowden',
    TOBYINK     => 'Toby Inkster',
    TOMHUKINS   => 'Tom Hukins',
    TOMI        => 'Tom Insam',
    TWIBBLER    => 'Trevor Ward',
    WAYNEM      => 'Wayne Myers',
    WDH         => 'Will Hawes',
    WHITEB      => 'Barry White',
    WKEENAN     => 'Wayne Keenan',
    XEONTIME    => "Daniel David Parry",
    YODA        => 'Jody Belka',
    ZOOT        => 'Owen Cliffe',
    ZOZO        => 'Theo Zourzouvillys',
    ZZCGUMK     => 'Mark Mc Keown',

    # Our fallen heroes, may they never be forgotten

    ANDREWF     => 'Andrew Ford',
    GMCCAR      => 'Greg McCarroll',
    IVORW       => 'Ivor Williams',
    JAITKEN     => 'James Aitken',
    'NI-S'      => 'Nick Ing-Simmons',
);

q<
    United, united, united we stand
    United we never shall fall
    United, united, united we stand
    United we stand one and all
>

__END__

=encoding UTF-8

=head1 NAME

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

=head1 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("JONALLEN");
   my $name     = $authors->name("DGL");

=head1 DESCRIPTION

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

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

=head1 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.

=head1 SEE ALSO

L<Acme::CPANAuthors> - Main class to manipulate this one

Other European authors:

L<Acme::CPANAuthors::Austrian> - Austrian CPAN authors

L<Acme::CPANAuthors::Dutch> - Dutch CPAN authors

L<Acme::CPANAuthors::French> - French CPAN authors

L<Acme::CPANAuthors::Portuguese> - Portuguese CPAN authors

Or you could use the following to include them all:

L<Acme::CPANAuthors::European> - European CPAN authors

L<Acme::CPANAuthors::EU> - EU CPAN authors

=head1 SUPPORT

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



( run in 1.817 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )