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=26c5c9bb96c035a45b09a7ef0f072545eab57491;hb=b6bdbb4cd4eabccfea0b721257dffee4ca74adbc;hpb=ff94166e91692aaaab9cc8b493cd753d88e56b2c diff --git a/Makefile.PL b/Makefile.PL index 26c5c9b..e69d7da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,8 +1,8 @@ -use inc::Module::Install 0.65; +use inc::Module::Install 0.75; name 'Class-C3-XS'; all_from 'lib/Class/C3/XS.pm'; -requires 'perl' => 5.006_000; +perl_version 5.006_000; test_requires 'Test::More' => '0.47'; # Rebuild README for maintainers @@ -11,5 +11,4 @@ if(-e 'MANIFEST.SKIP') { } auto_provides; -auto_install; WriteAll;