specify the minimum perl version
[p5sagit/Import-Into.git] / Makefile.PL
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 },