[Bug 327481] New: Missing perl(HTTP::Request::AsCGI) dependency

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 11 10:52:57 UTC 2007


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 at alumni.drew.edu
        ReportedBy: matt at bodgit-n-scarper.com
         QAContact: extras-qa at fedoraproject.org
                CC: fedora-perl-devel-list at redhat.com


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.




More information about the Fedora-perl-devel-list mailing list