Skip Menu |

This queue is for tickets about the POE-Component-Client-HTTP CPAN distribution.

Report information
The Basics
Id: 24290
Status: resolved
Priority: 0/
Queue: POE-Component-Client-HTTP

People
Owner: Nobody in particular
Requestors: rdb [...] cpan.org
Cc:
AdminCc:

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



Subject: 'LICENSE' is not a known MakeMaker parameter name.
When running 'perl Makefile.PL' for v0.80, makemaker complains: WARNING: LICENSE is not a known parameter. 'LICENSE' is not a known MakeMaker parameter name. The WriteMakefile() call includes the couple: LICENSE => 'perl', which AFAICT is an attempt at free Kwalitee points but is not correctly implemented in my version of MakeMaker (6.30).
Upgrade MakeMaker to 6.31. dngor suggests updating the dependancies. IMO it should be be done by modifying the WriteMakefile parameters like so: (LICENSE => 'perl') x $ExtUtils::MakeMaker::VERSION >= 6.31, ... since it's not the "dependancy" so much as a feature of later MakeMaker versions. it's not critical because MM only warns anyway.