This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Perl_blockhook_register to perl5133delta.
authorBen Morrow <ben@morrow.me.uk>
Fri, 16 Jul 2010 16:15:19 +0000 (17:15 +0100)
committerDavid Golden <dagolden@cpan.org>
Fri, 16 Jul 2010 18:09:46 +0000 (14:09 -0400)
Signed-off-by: David Golden <dagolden@cpan.org>
pod/perl5133delta.pod

index b035012..049a78f 100644 (file)
@@ -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 *