[Bug 658453] New: "use JSON::RPC::Common::TypeConstraints" in perl script leads to error (fix inside)

bugzilla at redhat.com bugzilla at redhat.com
Tue Nov 30 12:39:58 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: "use JSON::RPC::Common::TypeConstraints" in perl script leads to error (fix inside)

https://bugzilla.redhat.com/show_bug.cgi?id=658453

           Summary: "use JSON::RPC::Common::TypeConstraints" in perl
                    script leads to error (fix inside)
           Product: Fedora
           Version: 14
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: medium
          Priority: low
         Component: perl-Moose
        AssignedTo: cweyl at alumni.drew.edu
        ReportedBy: ronald.wahl at raritan.com
         QAContact: extras-qa at fedoraproject.org
                CC: cweyl at alumni.drew.edu,
                    fedora-perl-devel-list at redhat.com
    Classification: Fedora


Created attachment 463707
  --> https://bugzilla.redhat.com/attachment.cgi?id=463707
fix from upstream

Description of problem:
Starting with F14 calling "use JSON::RPC::Common::TypeConstraints" in a perl
script leads to an error.

f14:~$ perl
use JSON::RPC::Common::TypeConstraints;
Not a subroutine reference at
/usr/lib64/perl5/Moose/Meta/TypeConstraint/Union.pm line 49.
Compilation failed in require at - line 1.
BEGIN failed--compilation aborted at - line 1.

f13:~$ perl
use JSON::RPC::Common::TypeConstraints;

Version-Release number of selected component (if applicable):
perl-5.12.2-139.fc14.x86_64

How reproducible:
Always

Steps to Reproduce:
1. See description
2.
3.

Actual results:
Error message

Expected results:
No error message

Additional info:
There is already an upstream commit fixing this (attached).

-- 
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.



More information about the perl-devel mailing list