projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f1f99dc
)
perldelta for GV scalar localisation
author
Father Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 00:18:46 +0000 (16:18 -0800)
committer
Father Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 01:46:22 +0000 (17:46 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
79f680d
..
a5fafec
100644
(file)
--- 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