In perl.git, the branch maint-5.18 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/4092fc05b917457b3c2acf180ca884a9e2237333?hp=f4b15169f09b515c4765903d629c5125f9070e4a>

- Log -----------------------------------------------------------------
commit 4092fc05b917457b3c2acf180ca884a9e2237333
Author: Ricardo Signes <[email protected]>
Date:   Mon Sep 23 11:52:47 2013 -0400

    document fixing of #119927 (localizing $\) in 5.18.0
-----------------------------------------------------------------------

Summary of changes:
 pod/perl5180delta.pod | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pod/perl5180delta.pod b/pod/perl5180delta.pod
index 1aad62f..c60abf7 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

--
Perl5 Master Repository

Reply via email to