perldelta for GV scalar localisation
authorFather Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 00:18:46 +0000 (16:18 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 01:46:22 +0000 (17:46 -0800)
pod/perldelta.pod

index 79f680d..a5fafec 100644 (file)
@@ -659,6 +659,11 @@ subroutine, and so the debugger's attempt to call it would fail.  Now the
 check to see whether a reference is needed is more robust, so those
 problems should not happen anymore [rt.cpan.org #69862].
 
+=item *
+
+Localising a tied scalar that returns a typeglob no longer stops it from
+being tied till the end of the scope.
+
 =back
 
 =head1 Known Problems