Acme-CPANAuthors-Portuguese

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Acme-CPANAuthors-Portuguese

0.01    April 16/22:16 (BRACETA)
        First version, released on an unsuspecting world.
0.02    April 17/14:47 (BRACETA)
		Fixed some documentation problems. 
0.03    April 27/00:08 (BRACETA)
		Added PREREQ_PM to Makefile.PL

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

package Acme::CPANAuthors::Portuguese;

use warnings;
use strict;

our $VERSION = '0.04';

use Acme::CPANAuthors::Register (
    BRACETA   => "Luis Azevedo",
    COG       => "José Alves de Castro",
    CVICENTE  => "Carlos Vicente",
    MANU      => "Manuel Valente",
    PLANK     => "Claudio Valente",
    SANTOS    => "José Santos",
    JJOAO     => "José João Dias de Almeida",
    MBATISTA  => "Manuel Batista",
    UNOBE     => "David Romano",
    MELO      => "Pedro Melo",
    BALINHA   => "Ricardo Filipe Liquito Balinha",

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

Acme::CPANAuthors::Portuguese - We are the Portuguese CPAN Authors

=head1 SYNOPSIS

	use Acme::CPANAuthors;

	my $authors = Acme::CPANAuthors->new('Portuguese');

	my $number   = $authors->count;
	my @ids      = $authors->ids();
	my @distros  = $authors->distributions('BRACETA');
	my $url      = $authors->avatar_url('COG');
	my $kwalitee = $authors->kwalitee('BALINHA');
	my $name     = $authors->name('AMBS');

=head1 DESCRIPTION

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

=head1 MAINTENANCE



( run in 0.865 second using v1.01-cache-2.11-cpan-49f99fa48dc )