From: Karen Etheridge Date: Sun, 8 Sep 2013 18:13:44 +0000 (-0700) Subject: assert a minimum prereq of perl 5.6 X-Git-Tag: v1.000017~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=9c10afaa72f62a5431830580919fd6ad0ee02f64 assert a minimum prereq of perl 5.6 --- diff --git a/Makefile.PL b/Makefile.PL index 443bcee..561a699 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,6 +23,7 @@ WriteMakefile( ? ( 'IO::Scalar' => 0 ) : () , + 'perl' => '5.006', }, META_MERGE => { 'meta-spec' => { version => 2 },