summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-09-23 11:52:47 -0400
committerRicardo Signes <rjbs@cpan.org>2013-09-23 11:53:36 -0400
commit4092fc05b917457b3c2acf180ca884a9e2237333 (patch)
treeaa12b217315540b484ff1bccc58150e58f6e2971
parentf4b15169f09b515c4765903d629c5125f9070e4a (diff)
downloadperl-4092fc05b917457b3c2acf180ca884a9e2237333.tar.gz
document fixing of #119927 (localizing $\) in 5.18.0
-rw-r--r--pod/perl5180delta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl5180delta.pod b/pod/perl5180delta.pod
index 1aad62ff45..c60abf7186 100644
--- a/pod/perl5180delta.pod
+++ b/pod/perl5180delta.pod
@@ -3672,6 +3672,11 @@ set of lexical variables [perl #115742].
C<*_{ARRAY}> returned from a subroutine no longer spontaneously
becomes empty.
+=item *
+
+When using C<say> to print to a tied filehandle, the value of C<$\> is
+correctly localized, even if it was previously undef. [perl #119927]
+
=back
=head1 Known Problems