1Monkey::Patch::Handle(3U)ser Contributed Perl DocumentatiMoonnkey::Patch::Handle(3)
2
3
4
6 Monkey::Patch::Handle - Handle for monkey-patched functions
7
9 Monkey::Patch::Handle keeps a stack of subroutine references for each
10 name (Foo::bar::baz type name), so that the coderef that lives at that
11 name is always the top of the stack, and if the wrappers get
12 uninstalled in a funky order all hell doesn't break loose.
13
14 You should never need to use this directly, so read L(Monkey::Patch)
15 instead.
16
17
18
19perl v5.36.0 2023-01-20 Monkey::Patch::Handle(3)