Skip Menu |

This queue is for tickets about the B-Generate CPAN distribution.

Report information
The Basics
Id: 120343
Status: resolved
Priority: 0/
Queue: B-Generate

People
Owner: Nobody in particular
Requestors: vlasenko [...] imath.kiev.ua
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: invalid optree due to misprint (returns B::METHOOP instead of B::METHOP)
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.
Subject: B-Generate-1.54-alt-methoop-fix.patch
--- 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" };
Oopsi, fixed with 1.55 Thanks! -- Reini Urban