Description
Older Perl code can recover from patterns that call UNIVERSAL::isa as a plain function. This improves compatibility with legacy modules while avoiding some common object-checking mistakes.
It is a developer compatibility library. New code should use clearer type or role checks, but existing software may rely on this module to keep old behavior working.