In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d536498f69fd7e4fbe46fed94a49189bb7efdb2e?hp=5fe499a8e26270679c0c6d48431f3a328a8ffeba>

- Log -----------------------------------------------------------------
commit d536498f69fd7e4fbe46fed94a49189bb7efdb2e
Author: Tony Cook <[email protected]>
Date:   Wed Feb 4 16:34:58 2015 +1100

    perldelta for 5fe499a8e262
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 84bab83..674109a 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -393,7 +393,11 @@ files in F<ext/> and F<lib/> are best summarized in 
L</Modules and Pragmata>.
 
 =item *
 
-XXX
+The original visible value of C<$/> is now preserved when it is set to
+an invalid value.  Previously if you set C<$/> to a reference to an
+array, for example, perl would produce a runtime error and not set
+C<PL_rs>, but perl code that checked C<$/> would see the array
+reference.  [perl #123218]
 
 =back
 

--
Perl5 Master Repository

Reply via email to