From: Father Chrysostomos Date: Sat, 19 Nov 2011 00:18:46 +0000 (-0800) Subject: perldelta for GV scalar localisation X-Git-Tag: v5.15.5~40 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/fce59cd44e0183e8fdb037f8c269f9a15e6cf2f7 perldelta for GV scalar localisation --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 79f680d..a5fafec 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -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