From: Vincent Pit Date: Sun, 3 Jan 2010 20:57:24 +0000 (+0100) Subject: Point to B::Hooks::XSUB::CallAsOp X-Git-Tag: v0.02~11 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Op.git;a=commitdiff_plain;h=b595e30107309e004eb11874cbbcf67b7f4093c9 Point to B::Hooks::XSUB::CallAsOp --- diff --git a/lib/Sub/Op.pm b/lib/Sub/Op.pm index 0085cb1..c8f7c2e 100644 --- a/lib/Sub/Op.pm +++ b/lib/Sub/Op.pm @@ -429,6 +429,10 @@ L. L. +L provides a C API to declare XSUBs that effectively call a specific PP function. +Thus, it allows you to write XSUBs with the PP stack conventions used for implementing perl core keywords. +There's no opcode replacement and no parsing hacks. + L. =head1 AUTHOR