Guard open.t against Encode not being available
[p5sagit/p5-mst-13.2.git] / cpan / 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 );