Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239241
Summary: perl-Pod-Strip: missing dependency on perl(Pod::Simple) Product: Fedora Extras Version: fc6 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: perl-Pod-Strip AssignedTo: jpo@di.uminho.pt ReportedBy: ville.skytta@iki.fi QAContact: extras-qa@fedoraproject.org CC: fedora-perl-devel-list@redhat.com
perl-Pod-Strip 1.02-1.fc6 is missing a dependency on perl(Pod::Simple) - rpmbuild doesn't catch dependencies from "use base ..." statements:
$ perl -MPod::Strip -e '' Base class package "Pod::Simple" is empty. (Perhaps you need to 'use' the module which defines that package first.) at /usr/lib/perl5/vendor_perl/5.8.8/Pod/Strip.pm line 6 BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.8.8/Pod/Strip.pm line 6. Compilation failed in require. BEGIN failed--compilation aborted.