Acme-CPANAuthors-British

 view release on metacpan or  search on metacpan

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

package Acme::CPANAuthors::British::Companies;
use strict;
use warnings;

{
    no strict "vars";
    $VERSION = "1.05";
}

use Acme::CPANAuthors::Register (
    BBC         => 'BBC (British Broadcasting Corporation)',
    BBCIFL      => 'BBC, Interactive Factual & Learning',
    BBCPKENT    => 'P Kent (BBC)',
    BBCSIMONF   => 'Simon Flack (BBC)',
    BLACKSTAR   => 'BlackStar',
    CASTLE      => 'Peter Goode/Castle Links Ltd',
    DOTTK       => 'Dot TK Limited',
    FOTANGO     => 'Fotango Ltd',
    GMGRD       => 'Guardian Media Group Regional Digital',
    INTERINFO   => 'Interactive Information, Ltd',
    PROFERO     => 'Profero Ltd.',
    RECKON      => 'Reckon LLP',
);

q<
    recommended listening when using this module: Paramore - Misery Business
>

__END__

=encoding UTF-8

=head1 NAME

Acme::CPANAuthors::British::Companies - We are British Companies with PAUSE IDs

=head1 SYNOPSIS

   use Acme::CPANAuthors;

   my $authors  = Acme::CPANAuthors->new("British::Companies");

   my $number   = $authors->count;
   my @ids      = $authors->id;
   my @distros  = $authors->distributions("FOTANGO");
   my $url      = $authors->avatar_url("PROFERO");
   my $kwalitee = $authors->kwalitee("GMGRD");
   my $name     = $authors->name("BBCIFL");

=head1 DESCRIPTION

This class provides a hash of British Companies who have PAUSE IDs, to be used 
with the C<Acme::CPANAuthors> module.

This module was created as an addition to the British CPANAuthors module, due
to the number of British Companies that have decided to register their own
PAUSE account.

=head1 MAINTENANCE

If you are a British Company with a PAUSE account not listed here, please send 
me your ID/name via email or RT, so I can always keep this module up to date. 
If there are any mistakes and you're listed here but are not a British Company
(or just don't want to be listed), sorry for the inconvenience: please contact 
me as above and I'll remove the entry right away.

Please note that British Company implies that the head office reside in 
England, Wales, Scotland or Northern Ireland.

=head1 SEE ALSO

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

=head1 SUPPORT

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

    perldoc Acme::CPANAuthors::British::Companies

You can also look for information at:

=over 4

=item * Search CPAN

L<http://search.cpan.org/dist/Acme-CPANAuthors-British>

=item * MetaCPAN

L<https://metacpan.org/module/Acme::CPANAuthors::British>



( run in 0.757 second using v1.01-cache-2.11-cpan-d7f47b0818f )