diff options
author | ivan <ivan> | 2010-11-01 18:24:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-01 18:24:45 +0000 |
commit | 43107005cf3fc4356e72a2820e623c6983309e6b (patch) | |
tree | b40d88c8e39565f1adbb06f28c2f7a576fee0f6b /Makefile.PL |
importing upstream 1.41Locale_SubCountry_1_41
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL new file mode 100755 index 0000000..a4d238e --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,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 +); |