Subject: | Versions with underscore confuse Version.pm |
Hi,
With perl 5.10, there appears to be stricter requirement about version
numbers. Trying to build Coat-Persistent fails with:
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
Invalid version format (underscores before decimal) at /usr/share
/perl/5.10/ExtUtils/MakeMaker.pm line 409.
Using a dot instead of underscore should help.
Thanks,
dam