Acme-CPANAuthors-Spanish

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile( NAME                => 'Acme::CPANAuthors::Spanish',
               AUTHOR              => 'Several',
               VERSION_FROM        => 'lib/Acme/CPANAuthors/Spanish.pm',
               ABSTRACT_FROM       => 'lib/Acme/CPANAuthors/Spanish.pm',
               PREREQ_PM           => { 'Test::More' => 0,
                                        'Acme::CPANAuthors::Register' => 0, },
               ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE'=> 'public domain') : ()),
               ($ExtUtils::MakeMaker::VERSION < 6.46 ? () :
                 ( META_MERGE => {
                       resources => {
                           repository => 'https://github.com/salva/p5-Acme-CPANAuthors-Spanish',
                       },
                   },
                 ),
               ),
             );

README  view on Meta::CPAN

        http://cpanratings.perl.org/d/Acme-CPANAuthors-Spanish

    Search CPAN
        http://search.cpan.org/dist/Acme-CPANAuthors-Spanish/

	Github, clone from:
		git://github.com/salva/p5-Acme-CPANAuthors-Spanish.git
		
COPYRIGHT AND LICENCE

This module is in the public domain.

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

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

=item * Github - get the source code

L<http://github.com/salva/p5-Acme-CPANAuthors-Spanish>

=back

=head1 COPYRIGHT & LICENSE

This module is in the public domain.

=cut

1; # End of Acme::CPANAuthors::Spanish



( run in 0.936 second using v1.01-cache-2.11-cpan-64827b87656 )