ensure XML loader's _coerce() method checks specifically for HASH refs
[p5sagit/Config-Any.git] / Makefile.PL
index 2711410..28fac16 100644 (file)
@@ -1,10 +1,12 @@
-use inc::Module::Install 0.68;
+use inc::Module::Install 0.87;
 
 if ( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Config/Any.pm > README' );
 }
 
+perl_version '5.006';
 name 'Config-Any';
+
 all_from 'lib/Config/Any.pm';
 
 requires 'Module::Pluggable' => '3.01';
@@ -12,4 +14,6 @@ requires 'Module::Pluggable' => '3.01';
 test_requires 'Test::More';
 
 auto_install;
+resources repository => 'http://dev.catalyst.perl.org/repos/Catalyst/trunk/Config-Any/';
+
 WriteAll;