Paketname | libb-hooks-op-annotation-perl |
Beschreibung | module to allow annotation and delegation of hooked OPs |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.43-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 128 Byte |
Hängt ab von | perl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.1.3), libextutils-depends-perl (>= 0.301) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 15072 Byte |
Prüfsumme MD5 | c15acfdf3291c4683961c83a762f9e9b |
Prüfsumme SHA1 | 166b6f13bceb609a05aef16e38f3651b735daa5d |
Prüfsumme SHA256 | 46d37c467f25881c67ef098a302a1d77dc004a034eeddc360be3fbbf9545fd9f |
Link zum Herunterladen | libb-hooks-op-annotation-perl_0.43-1_i386.deb |
Ausführliche Beschreibung | 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.
|