summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: a4d238ec86a686f4d3e9c1f883925f6537039f89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
use 5.008004;
use ExtUtils::MakeMaker;


WriteMakefile
(
    'NAME'         => 'Locale::SubCountry',
    'VERSION_FROM' => 'lib/Locale/SubCountry.pm',
    'ABSTRACT'     => 'convert state, province, county ... names to/from ISO 3166-2 code',
    'AUTHOR'       => 'Kim Ryan <kimryan at cpan org>',
    'LICENSE'      => 'perl',   
    'PREREQ_PM'    => {}, # e.g., Module::Name => 1.1
);