X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e69d7da5a3ef345f219cf346156575d36ef1a694;hb=2ad0250eb6f2a158c97851012f770ebd67e77676;hp=723da3de7cda1dfd5595d0264c2b7de6bd280f85;hpb=531600c45eabd6c848e75d2323ae0e14208092b1;p=gitmo%2FClass-C3-XS.git diff --git a/Makefile.PL b/Makefile.PL index 723da3d..e69d7da 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,7 +2,7 @@ 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;