in reply to SUPER delegation fails because class name getting munged (somehow?)
Can anyone think of any possibilities for what is causing this bug?
Memory corruption maybe. Are you using weird XS modules? Does the error also pop up for other perl versions?
You can also try to usemro qw/c3/; and then $obj->next::method(@args) and see if the error goes away - if yes, it's really specific to SUPER
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: SUPER delegation fails because class name getting munged (somehow?)
by bpphillips (Friar) on Feb 23, 2011 at 16:29 UTC |