From: Karen Etheridge Date: Tue, 6 May 2014 18:10:48 +0000 (-0700) Subject: specify the minimum perl version X-Git-Tag: v1.002002~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=33f190166e5f3e48b1aa2900673a9c7cd1392a37 specify the minimum perl version --- diff --git a/Changes b/Changes index c33fff4..4596acd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Import-Into + - minor metadata updates + 1.002001 - 2014-03-04 - fix tests and Makefile.PL to support perl 5.6 diff --git a/Makefile.PL b/Makefile.PL index e25fb36..37ba501 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,7 @@ WriteMakefile( VERSION_FROM => 'lib/Import/Into.pm', PREREQ_PM => { }, LICENSE => 'perl', + MIN_PERL_VERSION => '5.006', META_MERGE => { 'meta-spec' => { version => 2 },