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 => {},