NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Non-reentranty (Score:1)
Despite being better than it was, UNIVERSAL::isa/can still aren't suitably complete.
Last time I checked, I think they still didn't support re-entrancy.
That is, if you have a custom ->isa that itself calls another ->isa, the second one doesn't work properly.
Re:Non-reentranty (Score:1)
I fixed those bugs per your test cases last year sometime. I'm sure I asked if you could reproduce any problems in the ticket.
Reply to This
Parent