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

            Bug ID: 1426367
           Summary: invalid optree due to misprint (returns B::PERELOOP
                    instead of B::PERELOP)
           Product: Fedora
           Version: rawhide
         Component: perl-B-Generate
          Severity: high
          Assignee: jples...@redhat.com
          Reporter: v...@altlinux.org
        QA Contact: extras...@fedoraproject.org
                CC: iarn...@gmail.com, jples...@redhat.com,
                    perl-devel@lists.fedoraproject.org



Created attachment 1256994
  --> https://bugzilla.redhat.com/attachment.cgi?id=1256994&action=edit
patch

Description of problem:

returns invalid optree due to misprint 

    B::PerlReq::__ANON__("Can't locate object method \"sibling\" via package
\"B::METHOOP\""...) called at /usr/share/perl5/B/PerlReq.pm line 311

patch to fix:
--- B-Generate-1.54/Generate.xs
+++ B-Generate-1.54/Generate.xs
@@ -144,7 +144,7 @@ static char *opclassnames[] = {
     "B::CVOP",
     "B::LOOP",
     "B::COP",
-    "B::METHOOP",
+    "B::METHOP",
     "B::UNOP_AUX"
 };

patch attached.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to