Bug 239241
| Summary: | perl-Pod-Strip: missing dependency on perl(Pod::Simple) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
| Component: | perl-Pod-Strip | Assignee: | Jose Pedro Oliveira <jose.p.oliveira.oss> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.02-2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-05-06 21:36:19 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 239193 | ||
New package - perl-Pod-Strip-1.02-2 - built for FC-5, FC-6, and F-7. Specfile changelog: perl(Pod::Simple) added to the requirement list. |
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.