Subject: | Incorrect Perl version numbering |
The file "Build.PL" contains the line
'perl' => '5.6',
but it should use the same number format as Perl's $] variable:
'perl' => 5.006,
I use Perl 5.8.8, but the $] variable is 5.008008, so when I install
this module, I get the error message:
requires perl '5.6'; you have only 5.008008