From: Karen Etheridge Date: Tue, 3 Dec 2013 22:37:13 +0000 (-0800) Subject: indicate minimum perl version required X-Git-Tag: v1.000005~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=321c9c2e54cc07be0547910f1483d5a6ca715af2 indicate minimum perl version required --- diff --git a/Makefile.PL b/Makefile.PL index c35e0d7..0769a63 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,8 @@ WriteMakefile( NAME => 'Safe::Isa', VERSION_FROM => 'lib/Safe/Isa.pm', + MIN_PERL_VERSION => '5.006', + PREREQ_PM => { 'Exporter' => '5.57', 'Scalar::Util' => 0,