Bug 711472
| Summary: | perl-Data-Compare misses perl(Find::File::Rule) dependency | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | perl-Data-Compare | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | perl-devel, tcallawa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | perl-Data-Compare-1.22-1.fc14 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-21 17:22:50 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: | 711462 | ||
perl-Data-Compare-1.22-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/perl-Data-Compare-1.22-1.fc14 perl-Data-Compare-1.22-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/perl-Data-Compare-1.22-1.fc15 Package perl-Data-Compare-1.22-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing perl-Data-Compare-1.22-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/perl-Data-Compare-1.22-1.fc15 then log in and leave karma (feedback). perl-Data-Compare-1.22-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. perl-Data-Compare-1.22-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
While using Data::Compare Perl module, I get following error: Can't locate object method "file" via package "File::Find::Rule" (perhaps you forgot to load "File::Find::Rule"?) at /usr/share/perl5/vendor_perl/Data/Compare.pm line 37. and indeed Compare.pm contains: sub register_plugins { eval 'use File::Find::Rule'; foreach my $file ( File::Find::Rule ->file() ->name('*.pm') ->in( map { "$_/Data/Compare/Plugins" } grep { -d "$_/Data/Compare/Plugins" } @INC [...] but perl(File::Find::Rule) is not required by perl-Data-Compare-1.21-7.fc16.noarch.rpm. I propose to add perl(File::Find::Rule) to Requires set. The same bug could present on older Fedoras too.