Skip to content

Commit

Permalink
LICENSE was introduced in EUMM 6.30_01
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
olof authored and yanick committed Mar 7, 2013
1 parent 9cd8230 commit 2c67575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/dancer
Expand Up @@ -328,7 +328,7 @@ WriteMakefile(
AUTHOR => q{YOUR NAME <youremail\@example.com>},
VERSION_FROM => 'lib/$appfile.pm',
ABSTRACT => 'YOUR APPLICATION ABSTRACT',
(\$ExtUtils::MakeMaker::VERSION >= 6.3002
(\$ExtUtils::MakeMaker::VERSION >= 6.3001
? ('LICENSE'=> 'perl')
: ()),
PL_FILES => {},
Expand Down

0 comments on commit 2c67575

Please sign in to comment.