Specify meta perl ver.
Peter Rabbitson [Mon, 6 Sep 2010 17:18:49 +0000 (19:18 +0200)]
Makefile.PL

index bb54e6b..4b0cf68 100644 (file)
@@ -3,6 +3,7 @@ use inc::Module::Install 0.91;
 use strict;
 use warnings FATAL => 'all';
 
+perl_version '5.006';
 all_from 'lib/Log/Contextual.pm';
 requires 'Data::Dumper::Concise';