Subject: | Support 5.8.5 |
In order to install it on centos with 5.8.4/5.8.5 you need to disable the wrong
use ExtUtils::MakeMaker 6.30 check
=>
use ExtUtils::MakeMake;
Without this fix Sub::Exporter does not install aso.
$ perl5.8.5 Makefile.PL
WARNING: LICENSE is not a known parameter.
Checking if your kit is complete...
Looks good
'LICENSE' is not a known MakeMaker parameter name.
Writing Makefile for Data::OptList
make test and install all work okay.