summaryrefslogtreecommitdiff
path: root/devel/p5-B-Hooks-OP-Annotation/DESCR
blob: 4c13ad6c5d6cf80763cbaa3986b336720ef1a7cf (plain)
1
2
3
4
5
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.