/usr/local/CPAN/Geography-JapanesePrefectures/Makefile.PL


use inc::Module::Install;
name 'Geography-JapanesePrefectures';
all_from 'lib/Geography/JapanesePrefectures.pm';

requires 'List::MoreUtils';

auto_set_repository();

author_tests('xt');

build_requires 'Test::More';
auto_include;
WriteAll;