Date: | Mon, 26 Dec 2005 14:01:40 -0800 |
From: | Yitzchak Scott-Thoennes <sthoenna [...] efn.org> |
To: | bug-Test-Simple [...] rt.cpan.org |
Subject: | Makefile.PL contains unrecognized LICENSE attribute |
Even with EU::MM 6.30, I get:
$ perl Makefile.PL
WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Test::Simple
If this is supported by a devel version of EU::MM, it should only be
used for whatever $ExtUtils::MakeMaker::VERSION supports it; otherwise
it should be yanked:
--- Test-Simple-0.62/Makefile.PL.orig 2005-10-01 18:40:52.000000000 -0700
+++ Test-Simple-0.62/Makefile.PL 2005-12-26 12:47:14.275017600 -0800
@@ -48,7 +48,6 @@
WriteMakefile(
NAME => $PACKAGE,
VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION
- LICENSE => 'perl',
PREREQ_PM => {
Test::Harness => 2.03,
},