Subject: | Wrong MIN_PERL_VERSION specification? |
The Makefile.PL has the following line:
MIN_PERL_VERSION => '5.8',
This does not seem to be correct. With perl 5.14.0 I get the following
warning:
Warning: Perl version 5.8 or higher required. We run 5.014000.
Probably you have to use proper float versions (5.008) or two-dotted
versions (5.8.0).
Regards,
Slaven