In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/6ea72ee347b910cf1fcb2cc926ed036814f815d7?hp=976a3bea8f1872dbfceb551b2e6c5f781df9fd90>
- Log ----------------------------------------------------------------- commit 6ea72ee347b910cf1fcb2cc926ed036814f815d7 Author: Ben Morrow <[email protected]> Date: Fri Jul 16 17:15:19 2010 +0100 Add Perl_blockhook_register to perl5133delta. Signed-off-by: David Golden <[email protected]> ----------------------------------------------------------------------- Summary of changes: pod/perl5133delta.pod | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod index b035012..049a78f 100644 --- a/pod/perl5133delta.pod +++ b/pod/perl5133delta.pod @@ -542,13 +542,9 @@ be noted as well. =item * -XXX Lots of block hook changes (PL_blockhooks) -- needs an overall summary - -=item * - -Added C<BhkENABLE> and C<BhkDISABLE> macros to en/disable blockhook entries. -This allows the individual callbacks to be switched on and off as -necessary, without removing the entry from PL_blockhooks. (a3e07c8) +It is now possible for XS code to hook into Perl's lexical scope +mechanism at compile time, using the new C<Perl_blockhook_register> +function. See L<perlguts/"Compile-time scope hooks">. =item * -- Perl5 Master Repository
