summaryrefslogtreecommitdiff
path: root/devel/p5-Hook-LexWrap/DESCR
blob: e3ea5cb9735ec32bee9f5e72ff26774a3432e5b4 (plain)
1
2
3
4
5
Hook::LexWrap Perl5 module allows you to install a pre- or post-wrapper
(or both) around an existing subroutine. Unlike other modules that
provide this capacity (e.g. Hook::PreAndPost and Hook::WrapSub),
Hook::LexWrap implements wrappers in such a way that the standard
`caller' function works correctly within the wrapped subroutine.