Skip Menu |

This queue is for tickets about the XML-Bare CPAN distribution.

Report information
The Basics
Id: 30913
Status: resolved
Priority: 0/
Queue: XML-Bare

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

Bug Information
Severity: Unimportant
Broken in: 0.27
Fixed in: 0.30



Subject: Avoid a warning that LICENSE is not a known MM param in older versions.
Thanks for XML::Bare 0.27 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
The changes have now been made for version 0.28. When released, they will be there. Thanks for the idea.
0.30 has now been released on CPAN and includes the changes. On Thu Dec 06 14:51:01 2007, CODECHILD wrote: Show quoted text
> The changes have now been made for version 0.28. When released, they > will be there. Thanks for the idea.