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.
Yow! (Score:1)
If you're using Object::InsideOut, Test::MockObject, and UNIVERSAL::isa, you've just stepped into the middle of several vicious pedant wars (Google should turn up some goodies). I would suggest not using one or more of these modules.
Re:Yow! (Score:1)
Well, that's an easy decision. I'd stop using Object::InsideOut on the basis that inside-out objects are a fad.
The thing is to file a a bug report on OIO, but I can't straight away see how to fix the problem.
Reply to This
Parent
Re: (Score:1)
After skimming the code, I wonder if OIO could stop monkeysquatting UNIVERSAL::isa and UNIVERSAL::can, perhaps by installing its own methods as methods in OIO-created classes (unless they already exist).