ensure XML loader's _coerce() method checks specifically for HASH refs
[p5sagit/Config-Any.git] / Makefile.PL
CommitLineData
d733c5b1 1use inc::Module::Install 0.87;
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;
45758652 17resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/';
18
f0e3c221 19WriteAll;