Source: libb-hooks-op-annotation-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: perl-xs-dev, perl:native, debhelper-compat (= 13), libextutils-depends-perl, libtest-pod-perl Standards-Version: 3.9.5 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-op-annotation-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-op-annotation-perl.git Homepage: https://metacpan.org/release/B-Hooks-OP-Annotation Package: libb-hooks-op-annotation-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libextutils-depends-perl Description: module to allow annotation and delegation of hooked OPs B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr functions to delegate to (or restore) the previous functions, whether they are assigned by perl or by another module. Typically this should be used in conjunction with B::Hooks::OP::Check (see libb-hooks-op-check-perl). . B::Hooks::OP::Annotation makes its types and functions available to XS code by means of ExtUtils::Depends (libextutils-depends-perl). Modules that wish to use these exports in their XS code should use B::OP::Hooks::Annotation in the Perl module that loads the XS.