Fix compilation under blead, and require at least 5.006
[p5sagit/Devel-Size.git] / Makefile.PL
index 714a196..caf4519 100644 (file)
@@ -1,22 +1,24 @@
 
 use strict;
+# require at least 5.006, it doesn't even compile under 5.005
+require 5.006;
 
 # Load the Module::Install bundled in ./inc/
 use inc::Module::Install;
 
-# The name of your distribution
 name           'Devel-Size';
 
 # Get most of the details from the primary module
 all_from       'lib/Devel/Size.pm';
 
 requires       'DynaLoader'    => 0;
+requires       'perl'          => 5.006;
 
 recommends     'Devel::Size::Report'   => 0.11;
 
 build_requires 'Test::More'    => 0.42;
 
-license                'perl';
+license                'perl';         # from 5.8.8
 
 # It seems not to be possible to specifiy two authors here :/
 # Nor does a "maintainer" property exist