Source: libhook-lexwrap-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Salvatore Bonaccorso Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 12), libmodule-build-tiny-perl, perl Build-Depends-Indep: libtest-pod-perl Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhook-lexwrap-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhook-lexwrap-perl.git Homepage: https://metacpan.org/release/Hook-LexWrap Package: libhook-lexwrap-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for lexically scoped subroutine wrappers Hook::LexWrap 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.