skip xml failure tests if XML::LibXML < 1.59 is installed, it seems to parse anything...
[p5sagit/Config-Any.git] / Makefile.PL
index 8338d40..53923a1 100644 (file)
@@ -1,10 +1,11 @@
-use inc::Module::Install 0.71;
+use inc::Module::Install 0.76;
 
 if ( -e 'MANIFEST.SKIP' ) {
     system( 'pod2text lib/Config/Any.pm > README' );
 }
 
 perl_version '5.006';
+name 'Config-Any';
 
 all_from 'lib/Config/Any.pm';