Files
pkgsrc-ng/devel/p5-B-Hooks-OP-Annotation/DESCR
2013-09-26 17:14:40 +02:00

6 lines
276 B
Plaintext

The Perl 5 module 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 assigned by perl or by another
module. Typically this should be used in conjunction with
B::Hooks::OP::Check.