Add 5.11.3 to perlhist.
[p5sagit/p5-mst-13.2.git] / cpan / Locale-Codes / Makefile.PL
CommitLineData
4c95a2f5 1use strict;
2use ExtUtils::MakeMaker;
3
4WriteMakefile (
5 NAME => 'Locale-Codes',
6 DISTNAME => 'Locale-Codes',
7 VERSION => '2.07',
8 AUTHOR => 'Neil Bowers <neil@bowers.com>',
9 ABSTRACT => 'modules for ISO codes identifying countries, languages, currencies, and scripts',
10);