Skip Menu |

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

Report information
The Basics
Id: 32060
Status: rejected
Priority: 0/
Queue: Test-Manifest

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

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



Subject: Only use LICENSE in ExtUtils::MakeMaker if VERSION >= 6.31
Thanks for Test::Manifest 1.22 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.31) } ? ('LICENSE' =>
'perl') : ()), Cheers, Peter (Stig) Edwards
I considered it when I did that, but the warning isn't enough for me to complicate the code in that manner.