From: Florian Ragwitz Date: Wed, 25 Mar 2009 00:29:24 +0000 (+0100) Subject: Use perl_version to specify our perl dependency. X-Git-Tag: 0.09~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FClass-C3-XS.git;a=commitdiff_plain;h=7f2bc88f09a836d82e949f11d463adde4c9478e9 Use perl_version to specify our perl dependency. --- diff --git a/Makefile.PL b/Makefile.PL index 723da3d..108befd 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