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/show_bug.cgi?id=327481 Summary: Missing perl(HTTP::Request::AsCGI) dependency Product: Fedora Version: f7 Platform: All OS/Version: Linux Status: NEW Severity: low Priority: low Component: perl-Catalyst-Runtime AssignedTo: cweyl@xxxxxxxxxxxxxxx ReportedBy: matt@xxxxxxxxxxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx Description of problem: The perl-Catalyst-Runtime.spec lists perl(HTTP::Request::AsCGI) as a BuildRequires, but the resulting binary RPM seems to lack it as a runtime require. This showed up as a missing dependency when I was packaging Catalyst::View::JSON and using mock to build/test it. Version-Release number of selected component (if applicable): perl-Catalyst-Runtime-5.7007-4 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: I fixed it by adding the following to the perl-Catalyst-Runtime.spec file: Requires: perl(HTTP::Request::AsCGI) >= 0.5 -- 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, or are watching someone who is. -- 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