add YAML::XS to the top of the YAML loaders. tidy up some copyright lines.
[p5sagit/Config-Any.git] / Makefile.PL
index 8338d40..28fac16 100644 (file)
@@ -1,10 +1,11 @@
-use inc::Module::Install 0.71;
+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';
 
@@ -13,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;