diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 11:46:30 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 11:46:30 +0100 |
commit | bdf43ffe6776e4e4c0d514386228a7b1ee6604ce (patch) | |
tree | 80f432cc0c9114f5528d3b1a2ccaf690a9ba0e0f /cpan/Locale-Codes/Makefile.PL | |
parent | 55c474ba7687e845183c20351357b0cf4f16fdef (diff) | |
download | perl-bdf43ffe6776e4e4c0d514386228a7b1ee6604ce.tar.gz |
Move Locale::Codes from ext/ to cpan/
Diffstat (limited to 'cpan/Locale-Codes/Makefile.PL')
-rw-r--r-- | cpan/Locale-Codes/Makefile.PL | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpan/Locale-Codes/Makefile.PL b/cpan/Locale-Codes/Makefile.PL new file mode 100644 index 0000000000..e1121eb1df --- /dev/null +++ b/cpan/Locale-Codes/Makefile.PL @@ -0,0 +1,10 @@ +use strict; +use ExtUtils::MakeMaker; + +WriteMakefile ( + NAME => 'Locale-Codes', + DISTNAME => 'Locale-Codes', + VERSION => '2.07', + AUTHOR => 'Neil Bowers <neil@bowers.com>', + ABSTRACT => 'modules for ISO codes identifying countries, languages, currencies, and scripts', +); |