Skip Menu |

This queue is for tickets about the UNIVERSAL-isa CPAN distribution.

Report information
The Basics
Id: 119198
Status: new
Priority: 0/
Queue: UNIVERSAL-isa

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

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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.