add JSON::XS to the top of the JSON loaders list
[p5sagit/Config-Any.git] / Makefile.PL
CommitLineData
d9f07dd8 1use inc::Module::Install 0.76;
e23825ec 2
92a04e78 3if ( -e 'MANIFEST.SKIP' ) {
e23825ec 4 system( 'pod2text lib/Config/Any.pm > README' );
5}
f0e3c221 6
5f5b9e4c 7perl_version '5.006';
869f568e 8name 'Config-Any';
5f5b9e4c 9
f0e3c221 10all_from 'lib/Config/Any.pm';
11
12requires 'Module::Pluggable' => '3.01';
f0e3c221 13
e23825ec 14test_requires 'Test::More';
f0e3c221 15
16auto_install;
17WriteAll;