X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=108befd70aff7ff6b8458ab11b443ff829e27909;hb=9145417f0d822bfb13f853bf26b22e03807350f2;hp=26c5c9bb96c035a45b09a7ef0f072545eab57491;hpb=ff94166e91692aaaab9cc8b493cd753d88e56b2c;p=gitmo%2FClass-C3-XS.git diff --git a/Makefile.PL b/Makefile.PL index 26c5c9b..108befd 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