1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libb-hooks-op-check-entersubforcv-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>
Build-Depends: debhelper (>= 9),
libb-hooks-op-check-perl (>= 0.19),
libb-utils-perl (>= 0.19),
libextutils-depends-perl,
perl,
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libb-hooks-op-check-entersubforcv-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libb-hooks-op-check-entersubforcv-perl.git
Homepage: https://metacpan.org/release/B-Hooks-OP-Check-EntersubForCV
Testsuite: autopkgtest-pkg-perl
Package: libb-hooks-op-check-entersubforcv-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
libb-hooks-op-check-perl (>= 0.19),
libb-utils-perl (>= 0.19),
Description: Invoke callbacks on construction of entersub OPs for certain CVs
B::Hooks::OP::Check::EntersubForCV is a perl module to register and
unregister handlers to be executed when an entersub opcode for a
given CV is compiled.
.
This enables you to hook one subroutine onto another, and have it
executed before the originally called subroutine.
|