This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5fe499a
)
perldelta for 5fe499a8e262
author
Tony Cook
<tony@develop-help.com>
Wed, 4 Feb 2015 05:34:58 +0000
(16:34 +1100)
committer
Tony Cook
<tony@develop-help.com>
Wed, 4 Feb 2015 05:34:58 +0000
(16:34 +1100)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
84bab83
..
674109a
100644
(file)
--- 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 *
=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
=back