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).