This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move I18N::LangTags from ext/ to dist/
[perl5.git] / ext / Locale-Codes / Makefile.PL
1 use strict;
2 use ExtUtils::MakeMaker;
3
4 WriteMakefile (
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 );