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: jplesnik@xxxxxxxxxx Reporter: viy@xxxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: iarnell@xxxxxxxxx, jplesnik@xxxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx