Bug 149416 - perl-XML-DOM missing dependency on
Summary: perl-XML-DOM missing dependency on
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Development (show other bugs)
Version: Beta 3
Hardware: i686 SuSE Linux 10.1
: P5 - None : Minor (vote)
Target Milestone: ---
Assignee: Anna Maresova
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-09 10:15 UTC by Lubomir Sedlacik
Modified: 2006-02-09 15:22 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lubomir Sedlacik 2006-02-09 10:15:56 UTC
perl-XML-DOM package requires LWP::UserAgent:

DOM.pm-4253:sub parsefile
DOM.pm-4254:{
DOM.pm-4255:    my $self = shift;
DOM.pm-4256:    my $url = shift;
DOM.pm-4257:
DOM.pm-4258:    # Any other URL schemes?
DOM.pm-4259:    if ($url =~ /^(https?|ftp|wais|gopher|file):/)
DOM.pm-4260:    {
DOM.pm:4261:    # Read the file from the web with LWP.
DOM.pm-4262:    #
DOM.pm-4263:    # Note that we read in the entire file, which may not be ideal
DOM.pm:4264:    # for large files. LWP::UserAgent also provides a callback style
DOM.pm-4265:    # request, which we could convert to a stream with a fork()...
DOM.pm-4266:
DOM.pm-4267:    my $result;
DOM.pm-4268:    eval
DOM.pm-4269:    {
DOM.pm:4270:        use LWP::UserAgent;

LWP::UserAgent is part of perl-libwww-perl and the dependency is missing.

Fix: add dependency on perl-libwww-perl to perl-XML-DOM
Comment 1 Anna Maresova 2006-02-09 15:22:44 UTC
fixed