X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=blobdiff_plain;f=Makefile.PL;h=e69d7da5a3ef345f219cf346156575d36ef1a694;hp=d9c3e8607ea244f02e20a110ec4d5a84ec84fe7d;hb=b6bdbb4cd4eabccfea0b721257dffee4ca74adbc;hpb=267c5382960413d75d338c91751f7093ec4987d3 diff --git a/Makefile.PL b/Makefile.PL index d9c3e86..e69d7da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,13 +1,14 @@ -use inc::Module::Install; +use inc::Module::Install 0.75; name 'Class-C3-XS'; all_from 'lib/Class/C3/XS.pm'; -build_requires 'Test::More' => '0.47'; +perl_version 5.006_000; +test_requires 'Test::More' => '0.47'; # Rebuild README for maintainers if(-e 'MANIFEST.SKIP') { system("pod2text lib/Class/C3/XS.pm >README"); } -auto_install; +auto_provides; WriteAll;