importing upstream 1.41
[Locale-SubCountry.git] / Makefile.PL
1 use 5.008004;
2 use ExtUtils::MakeMaker;
3
4
5 WriteMakefile
6 (
7     'NAME'         => 'Locale::SubCountry',
8     'VERSION_FROM' => 'lib/Locale/SubCountry.pm',
9     'ABSTRACT'     => 'convert state, province, county ... names to/from ISO 3166-2 code',
10     'AUTHOR'       => 'Kim Ryan <kimryan at cpan org>',
11     'LICENSE'      => 'perl',   
12     'PREREQ_PM'    => {}, # e.g., Module::Name => 1.1
13 );