Bug 106350

Summary: Digest::MD5 missing from perl-5.6.1-36.1.71
Product: [Retired] Red Hat Linux Reporter: Jon Warbrick <jw35>
Component: perlAssignee: Warren Togami <wtogami>
Status: CLOSED CANTFIX QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-22 23:16:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jon Warbrick 2003-10-06 11:55:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703

Description of problem:
perl-5.6.0-12 included, in addition to perl itself, the Digest::MD5 module.
perl-5.6.1-36.1.71 doesn't include Digest::MD5, and doesn't depend on it being
provided from elsewhere. As a result, upgrading to perl-5.6.1-36.1.71 breaks any
existing scripts that use Digest::MD5. 

Version-Release number of selected component (if applicable):
perl-5.6.1-36.1.71

How reproducible:
Always

Steps to Reproduce:
1.Run a script requiring Digest::MD5
2.Upgrade to perl-5.6.1-36.1.71
3.Re-run script
    

Actual Results:  Previously working script fails

Expected Results:  Previously working script continues to work after upgrade

Additional info: