X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=108befd70aff7ff6b8458ab11b443ff829e27909;hb=57fe4ad876c02008f6841e78d39a58ce465b5a3b;hp=d9c3e8607ea244f02e20a110ec4d5a84ec84fe7d;hpb=267c5382960413d75d338c91751f7093ec4987d3;p=gitmo%2FClass-C3-XS.git diff --git a/Makefile.PL b/Makefile.PL index d9c3e86..108befd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,13 +1,15 @@ -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_provides; auto_install; WriteAll;