/usr/local/CPAN/Locale-Codes/Makefile.PL
use ExtUtils::MakeMaker;
use 5.002;
use strict;
use warnings;
my %requires = (
'Carp' => '0',
'Exporter' => '0',
'Test::More' => '0',
);
WriteMakefile(
NAME => 'Locale::Codes',
VERSION => '3.17',
($] >= 5.002
? (ABSTRACT=>'a distribution of modules to handle locale codes',
AUTHOR =>'Sullivan Beck (sbeck@cpan.org)')
: ()),
'dist' => {COMPRESS=>'gzip',SUFFIX=>'gz'},
PL_FILES => {},
PREREQ_PM => \%requires,
INSTALLDIRS => (($] >= 5.007003) ? 'perl' : 'site'),
);