X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=caf4519a729a045cea52dc62b29ac8d66db6bf0c;hb=6ea94d90d77e87b84ee176b42cce067047362a4c;hp=714a196f9cddb583bdad0203b80734b2a2b30ca0;hpb=0430b7f7f7dea4bc4c9d7b05fced5234ddb53bb9;p=p5sagit%2FDevel-Size.git diff --git a/Makefile.PL b/Makefile.PL index 714a196..caf4519 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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