libb-hooks-op-annotation-perl 0.44-1build2 source package in Ubuntu

Changelog

libb-hooks-op-annotation-perl (0.44-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 17:15:30 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libb-hooks-op-annotation-perl_0.44.orig.tar.gz 48.8 KiB 6e26f99367f4ea944169cf6e05cf4d067832082424ca8ecefccb7b5a63217b16
libb-hooks-op-annotation-perl_0.44-1build2.debian.tar.gz 1.9 KiB f89323f55874b00d43a6f9ff301a19dbc800391c8d140941fe5cd2be97c9db2f
libb-hooks-op-annotation-perl_0.44-1build2.dsc 2.3 KiB d86430811d46d0790debd4d3e4ab5bcc997ccf68179515f562ba773b832d06c8

Available diffs

View changes file

Binary packages built by this source

libb-hooks-op-annotation-perl: 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.