Bug 206729 - perl-HTML-FormatText-WithLinks does not require perl-HTML-Format
Summary: perl-HTML-FormatText-WithLinks does not require perl-HTML-Format
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-HTML-FormatText-WithLinks
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrice Dumas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-15 21:37 UTC by Till Maas
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 0.06-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-09-15 23:00:48 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.