Skip Menu |

This queue is for tickets about the invoker CPAN distribution.

Report information
The Basics
Id: 117215
Status: resolved
Priority: 0/
Queue: invoker

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Compilation error with perl 5.25.x (op_sibling)
The module does not compile anymore with bleadperl: invoker.xs: In function ‘invoker_ck_entersub’: invoker.xs:39:31: error: ‘OP’ has no member named ‘op_sibling’ OP *f = ((cUNOPo->op_first->op_sibling) ^ invoker.xs:41:16: error: ‘OP’ has no member named ‘op_sibling’ OP *arg = f->op_sibling; // the actual first argument ^ invoker.xs:68:18: error: ‘OP’ has no member named ‘op_sibling’ f->op_sibling = self; ^ invoker.xs:69:21: error: ‘OP’ has no member named ‘op_sibling’ self->op_sibling = arg->op_sibling; ^ invoker.xs:69:39: error: ‘OP’ has no member named ‘op_sibling’ self->op_sibling = arg->op_sibling; ^
This is fixed since 0.35.