Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 16736
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: sthoenna [...] efn.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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, },
Patch applied to subversion repository by Richard Foley. On Mon Dec 26 17:02:18 2005, sthoenna@efn.org wrote: Show quoted text
> 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 Show quoted text
> it should be yanked: > > --- Test-Simple-0.62/Makefile.PL.orig 2005-10-01 18:40:52.000000000 -
0700 Show quoted text
> +++ Test-Simple-0.62/Makefile.PL 2005-12-26 12:47:14.275017600 -
0800 Show quoted text
> @@ -48,7 +48,6 @@ > WriteMakefile( > NAME => $PACKAGE, > VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION > - LICENSE => 'perl', > PREREQ_PM => { > Test::Harness => 2.03, > },
-- http://www.rfi.net
Fine, fine. I removed it.