Subject: | Invalid VERSION in Makefile.PL |
In 0.23 the Makefile.PL contains:
VERSION => '$(MY_CVSVERSION)',
This is of course an invalid version number and so it breaks some CPAN
indexers (see for example how this distribution is indexed in
http://ppm4.activestate.com/MSWin32-x86/5.10/1003/package.xml).
[Fix] Use instead:
VERSION => $cvsVersion,