Subject: | Cannot install with CPAN.pm (perl version error?) |
If I try to install XML::Rules with CPAN.pm using perl 5.8.8, the
following error occurs:
# running Build.PL
/usr/local/bin/perl Build.PL
Checking whether your kit is complete...
Looks good
Checking prerequisites...
Looks good
Deleting Build
Removed previous script 'Build'
Creating new 'Build' script for 'XML-Rules' version '1.00'
(/usr/local/bin/perl Makefile.PL exited with 0)
CPAN::Reporter: Makefile.PL result is 'pass', No errors.
JENDA/XML-Rules-1.00.tar.gz requires perl '5.8'; you have only 5.008008;
giving up
JENDA/XML-Rules-1.00.tar.gz
[prereq] -- NOT OK
Running make test
Can't test without successful make
Failed during this command:
JENDA/XML-Rules-1.00.tar.gz : make NO requires perl '5.8'
I think this is due specifying the minimum perl version in Build.PL as
'5.8', but it should be either '5.8.0' or (maybe better, because of
compatibility with older perl versions) '5.008'.
Regards,
Slaven