Description
Older Perl code can recover from patterns that call UNIVERSAL::can as a plain function. This helps compatibility with modules that used that style while preserving safer method-detection behavior.
It is a developer compatibility library. New code should prefer direct method calls or modern checks, but existing dependencies may still need this behavior.