Paketname | libb-hooks-op-annotation-perl |
Beschreibung | module to allow annotation and delegation of hooked OPs |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.43-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 128 Byte |
Hängt ab von | perl (>= 5.10.1-8), perlapi-5.10.1, libc6 (>= 2.1.3), libextutils-depends-perl (>= 0.301) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 14898 Byte |
Prüfsumme MD5 | d400cc0acbc8c26f46a1dd6e2bc3b90e |
Prüfsumme SHA1 | b5605ce4cea6630246963d372cb80f682e311404 |
Prüfsumme SHA256 | ed9e092147b7e6a0bced391be39cc05861145c74431c411036cb480e4a513ecb |
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.
|