From: Nicholas Clark Date: Thu, 14 Apr 2011 21:58:33 +0000 (+0100) Subject: Add a LICENSE section to the Makefile.PL. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22631187be248553a4d82cf5f2c61e68293da74c;p=p5sagit%2FDevel-Size.git Add a LICENSE section to the Makefile.PL. --- diff --git a/Makefile.PL b/Makefile.PL index c5aea47..935ad2b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,4 +5,5 @@ WriteMakefile( NAME => 'Devel::Size', VERSION_FROM => 'lib/Devel/Size.pm', ($ExtUtils::MakeMaker::VERSION >= 6.47 ? (MIN_PERL_VERSION => '5.008') : ()), + ($ExtUtils::MakeMaker::VERSION >= 6.30 ? (LICENSE => 'perl') : ()), );