6 lines
276 B
Plaintext
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.
|