Acme-CPANAuthors-Spanish
view release on metacpan or search on metacpan
lib/Acme/CPANAuthors/Spanish.pm view on Meta::CPAN
package Acme::CPANAuthors::Spanish;
use warnings;
use strict;
use utf8;
our $VERSION = '0.06';
use Acme::CPANAuthors::Register ( ALEXM => 'Alex Muntada',
AMONTERO => 'Alberto Montero Asenjo',
BRUNODIAZ => 'Bruno DÃaz Brière',
BREQUESEN => 'Bernat Requesens',
CARLOSFB => 'Carlos Fuentes',
CASIANO => 'Casiano RodrÃguez-León',
DIEGOK => 'Diego Kuperman',
ECASTILLA => 'Enrique Castilla Contreras',
EDUSEGRE => 'Eduardo Segredo González',
EJDRS => 'Evilio José del RÃo Silván',
ENELL => 'Enrique Nell',
EXPLORER => 'JoaquÃn Ferrero',
FMERGES => 'Florián Merges',
FXN => 'Xavier Noria',
JAVIER => 'Javier Arturo RodrÃguez Gutiérrez',
JFRAIRE => 'Julio Fraire DomÃnguez',
JLMARTIN => 'José Luis MartÃnez Torres',
JMERELO => 'J. J. Merelo-Guervós',
JOSERODR => 'José A. RodrÃguez',
JREY => 'José Rey',
MRUIZ => 'MÃquel Ruiz MartÃn',
NES => 'Enrique F. Castañón',
NITO => 'Nito MartÃnez',
PECO => 'Juan José San MartÃn',
RODRIGO => 'Rodrigo de Oliveira González',
RPORRES => 'Rafael Porres Molina',
SALVA => 'Salvador Fandiño GarcÃa',
XCALBET => 'Xavier Calbet',
);
__END__
=head1 NAME
Acme::CPANAuthors::Spanish - We are the Spanish CPAN Authors
=head1 SYNOPSIS
use Acme::CPANAuthors;
my $authors = Acme::CPANAuthors->new('Spanish');
my $number = $authors->count;
my @ids = $authors->ids();
my @distros = $authors->distributions('NITO');
my $url = $authors->avatar_url('ENELL');
=head1 DESCRIPTION
This class provides a hash of Spanish CPAN authors' PAUSE ID and name
to the Acme::CPANAuthors module.
=head1 MAINTENANCE
If you are an Spanish 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 Spanish
(or just don't want to be listed), sorry for the inconvenience:
please contact me and I'll remove the entry right away.
=head1 BUGS
Please report any bugs or feature requests to
C<bug-acme-cpanauthors-spanish@rt.cpan.org>, or through the web
interface at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-Spanish>.
I will be notified, and then you'll automatically be notified of
progress on your bug as I make changes.
=head1 SUPPORT
You can find documentation for this module with the perldoc command.
( run in 0.940 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )