Bug 206729

Summary: perl-HTML-FormatText-WithLinks does not require perl-HTML-Format
Product: [Fedora] Fedora Reporter: Till Maas <opensource>
Component: perl-HTML-FormatText-WithLinksAssignee: Patrice Dumas <pertusus>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.06-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-09-15 23:00:48 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 Till Maas 2006-09-15 21:37:41 UTC
Description of problem:


Version-Release number of selected component (if applicable):
0.06-2.fc5

How reproducible:

always

Steps to Reproduce:
1. yum install perl-HTML-FormatText-WithLinks
2. execute the following script:

#!/usr/bin/perl
    use HTML::FormatText::WithLinks;
    my $f = HTML::FormatText::WithLinks->new();
    print $f->parse(<STDIN>);

  
Actual results:
Following error message appears:
Can't locate object method "new" via package "HTML::FormatText::WithLinks" at
/usr/lib/perl5/vendor_perl/5.8.8/HTML/FormatText/WithLinks.pm line 15.

Expected results:
Script should run without errors

Additional info:
This is the relevant line in WithLinks.pm 
15     my $self  = $class->SUPER::new( @_ );

This line shows what package is needed:
6 use base qw(HTML::FormatText);

"yum install perl-HTML-Format"  fixes the problem since this is the base package
of perl-HTML-FormatText-WithLinks

Comment 1 Patrice Dumas 2006-09-15 23:00:48 UTC
Thanks for the report! This should be fixed in 0.06-3