logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Monkey::Patch::Handle - Handle for monkey-patched functions

Description

       Monkey::Patch::Handle keeps a stack of subroutine references for each name (Foo::bar::baz type name), so
       that the coderef that lives at that name is always the top of the stack, and if the wrappers get
       uninstalled in a funky order all hell doesn't break loose.

       You should never need to use this directly, so read L(Monkey::Patch) instead.

perl v5.36.0                                       2022-11-29                         Monkey::Patch::Handle(3pm)

Name

       Monkey::Patch::Handle - Handle for monkey-patched functions

See Also