Subject: | perl 5.12.0 does not like XML::Tidy's version |
See the following example:
$ /usr/perl-5.12.0-RC0/bin/perl -e 'use XML::Tidy 1'
Invalid version format (non-numeric data) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
A similar problem can happen if users put a dependency specification in
their Makefile.PL or Build.PL. For example, I saw this problem in the
Module-Install based Makefile.PL of HoneyClient-Util-0.98.
Regards,
Slaven