indicate minimum perl version required
Karen Etheridge [Tue, 3 Dec 2013 22:37:13 +0000 (14:37 -0800)]
Makefile.PL

index c35e0d7..0769a63 100644 (file)
@@ -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,