Skip Menu |

This queue is for tickets about the String-Smart CPAN distribution.

Report information
The Basics
Id: 30842
Status: resolved
Priority: 0/
Queue: String-Smart

People
Owner: Nobody in particular
Requestors: cpan [...] pjedwards.co.uk
Cc:
AdminCc:

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



Subject: Make only use LICENSE in ExtUtils::MakeMaker if VERSION 6.21
Thanks for String::Smart 0.3 To avoid a warning that 'LICENSE' is not a known MakeMaker parameter name you could: << LICENSE => 'perl', Show quoted text
>> (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE =>
'perl') : ()), Cheers, Peter (Stig) Edwards
On Mon Nov 19 05:55:46 2007, cpan@pjedwards.co.uk wrote: Show quoted text
> Thanks for String::Smart 0.3 > > To avoid a warning that > > 'LICENSE' is not a known MakeMaker parameter name > > you could: > > << LICENSE => 'perl',
> >> (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE =>
> 'perl') : ()), > > Cheers, > > Peter (Stig) Edwards
Sorry, I just checked and I think it should be version 6.31, not 6.21. http://search.cpan.org/src/MSCHWERN/ExtUtils-MakeMaker-6.36/Changes 6.30_01 Tue Aug 16 23:53:27 PDT 2005 ... * Added a LICENSE field mirroring Module::Build's license.
Fixed, thanks!