"J . A . Magallon" <[EMAIL PROTECTED]> writes:

> So the package is really a perl-5.6.1-1mdk, not 5.601. The then digits release
> is dead, and they have revision.version.subversion.

i know. The pb is that rpm versioning has not been hacked to follow perl's way
of thinking.

pixel@leia:~>rpm -q perl  
perl-5.601-1mdk
pixel@leia:~>perl -e 'print join(".", unpack "c3", $^V), "\n"'
5.6.1

perl thinks it is 5.6.1 and not 5.601, so no worry.

Reply via email to