From: Peter Rabbitson Date: Wed, 23 Feb 2011 00:01:00 +0000 (+0000) Subject: Specify minimal perl version X-Git-Tag: v1.001000~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=41fbb4f0c769e3e0ec6811d8131130cfc3359ee8;p=p5sagit%2FClass-C3-Componentised.git Specify minimal perl version --- diff --git a/Makefile.PL b/Makefile.PL index 7291eee..0b10913 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,9 +1,11 @@ -use inc::Module::Install 0.85; +use inc::Module::Install 1.00; + +use 5.006002; +perl_version '5.006002'; name 'Class-C3-Componentised'; -all_from 'lib/Class/C3/Componentised.pm'; author 'Ash Berlin '; - +all_from 'lib/Class/C3/Componentised.pm'; requires 'MRO::Compat'; requires 'Class::Inspector';