specify the minimum perl version
Karen Etheridge [Tue, 6 May 2014 18:10:48 +0000 (11:10 -0700)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index c33fff4..4596acd 100644 (file)
--- 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
 
index e25fb36..37ba501 100644 (file)
@@ -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 },