Bug 61369

Summary: should require perl-URI
Product: [Retired] Red Hat Raw Hide Reporter: Tim Waugh <twaugh>
Component: perl-libwww-perlAssignee: Chip Turner <cturner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
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: 2002-03-28 22:41:02 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:
Bug Depends On:    
Bug Blocks: 61590    

Description Tim Waugh 2002-03-18 17:36:45 UTC
Description of Problem:
Package should require perl-URI.

Version-Release number of selected component (if applicable):
5.63-4

How Reproducible:
100%

Steps to Reproduce:
1. Remove perl-URI
2. perl -e 'require HTTP::Message'

Actual Results:
Can't locate URI.pm in @INC (@INC contains: /usr/lib/perl5/5.6.1/i386-linux
/usr/lib/perl5/5.6.1 /usr/lib/perl5/site_perl/5.6.1/i386-linux
/usr/lib/perl5/site_perl/5.6.1 /usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl .) at (eval 1) line 3.
Compilation failed in require at -e line 1.

Expected Results:
Shouldn't be able to remove perl-URI.

Additional Information:
This causes the lpd initscript to fail when perl-URI is not installed.

Comment 1 Chip Turner 2002-03-29 18:26:28 UTC
the latest perl-libwww-perl should now have the proper requires on perl-URI