Subject: | Provide access to original isa function |
Sometimes, code really does want to use the original UNIVERSAL::isa function and bypass any overrides. Saving the original isa function somewhere public would be a solution to this. I'm currently poking the internal $_recursing variable to do this.