Gueorgui Mihaylov <[EMAIL PROTECTED]> writes: > Hi there, > I just noticed a problem, that wasn't fixed in 8.2 > too. > Perl scripts that require MD5 module are just stuck if > I install perl only with mdk packages, so I have to > download from CPAN.
you'd better use Digest::MD5 which is integrated upstream: % rpm -q --provides perl | grep MD5 perl-Digest-MD5 MD5.so perl(Digest::MD5) = 2.20
