Show quoted text>>>>> On Mon, 5 Dec 2005 08:34:30 -0500 (EST), " via RT" <bug-CPAN@rt.cpan.org> said:
Show quoted text > This message about CPAN was sent to you by JDHEDDEN <JDHEDDEN@cpan.org> via rt.cpan.org
Show quoted text
Show quoted text > CPAN v1.80 doesn't properly handle version strings set up as:
Show quoted text > our $VERSION = '1.1.0';
Show quoted text > i.e., a quoted string with two decimal points.
Show quoted text > Here's a sample output for the 'r' command:
Show quoted text > Package namespace installed latest in CPAN file
> Digest::SHA2 1.1.0 1.1 J/JC/JCDUQUE/Digest-SHA2-1.1.0.tar.gz
> Math::Random::MT::Auto 4.13.00 4.13 J/JD/JDHEDDEN/Math-Random-MT-Auto-4.13.00.tar.gz
Thanks for pointing that out.
What's going on here is, it's not CPAN.pm that is wrong, it is the
CPAN indexer that WAS wrong.
I gave the indexer on CPAN a kick to speifically re-index
JCDUQUE/Digest-SHA2-1.1.0.tar.gz and
JDHEDDEN/Math-Random-MT-Auto-4.13.00.tar.gz
It will then report Digest::SHA1 as 1.001000 and Math:... as 4.013000
AND it will compare these versions with the instaled versions as being
equal.
The only problem that remains at the moment is to get all authors to
re-index their modules. Maybe we need to help them in getting that
done. But I do not want to push too much as I first want to see that
it really does work out well.
--
andreas