From 2c675753b979d339afe4c7d65fab94c6023f6a3d Mon Sep 17 00:00:00 2001 From: Olof Johansson Date: Fri, 8 Feb 2013 22:36:16 +0100 Subject: [PATCH] LICENSE was introduced in EUMM 6.30_01 According to the ExtUtils::MakeMaker changelog, support for the LICENSE field was introduced in 6.30_01, but Dancer was only adding this field for versions 6.30_02 and above. --- script/dancer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/dancer b/script/dancer index 7c13e1e11..9ffd49121 100755 --- a/script/dancer +++ b/script/dancer @@ -328,7 +328,7 @@ WriteMakefile( AUTHOR => q{YOUR NAME }, VERSION_FROM => 'lib/$appfile.pm', ABSTRACT => 'YOUR APPLICATION ABSTRACT', - (\$ExtUtils::MakeMaker::VERSION >= 6.3002 + (\$ExtUtils::MakeMaker::VERSION >= 6.3001 ? ('LICENSE'=> 'perl') : ()), PL_FILES => {},