Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: cpan2rpm doesn't work with latest Pod::Text https://bugzilla.redhat.com/show_bug.cgi?id=462832 Summary: cpan2rpm doesn't work with latest Pod::Text Product: Fedora Version: 7 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: medium Component: cpan2rpm AssignedTo: gavin.henry@xxxxxxxxx ReportedBy: benny+bugzilla@xxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx, fedora-triage-list@xxxxxxxxxx Estimated Hours: 0.0 Classification: Fedora Created an attachment (id=317167) --> (https://bugzilla.redhat.com/attachment.cgi?id=317167) Switch to Pod::Parser instead of Pod::Text +++ This bug was initially created as a clone of Bug #279251 +++ I am cloning this bug because it now affects Fedora 9 without adding any third party packages. The original bug expired because Fedora 7 End-of-Life. Description of problem: Pod::Text no longer derives from Pod::Parser so the method 'interpolate' does not exist. As near as I can tell, this is the only method used in cpan2rpm, so Pod::Text can be changed to Pod::Parser in the two places it appears. This is what I did locally and it now works for me. Version-Release number of selected component (if applicable): cpan2rpm-2.028-2.fc8.1.noarch perl-5.10.0-33.fc9.i386 How reproducible: Run cpan2rpm for some module (any will do...) Actual results: [...] -- module: /var/cache/cpan/build/libwww-perl-5.808-baHtIL -- Metadata retrieval Can't locate object method "interpolate" via package "Pod::Text" at /usr/bin/cpan2rpm line 522. -- Done -- Expected results: No failure from above. Additional info: I have added a patch. It works for me... -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list