projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77f5d53
)
perldelta for 9a0c99494c and 06b58b76f31
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 28 Jul 2012 07:07:17 +0000
(
00:07
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 28 Jul 2012 07:07:17 +0000
(
00:07
-0700)
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
9fecc46
..
6f545d5
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-352,6
+352,13
@@
is because Unicode corrected their definition of what C<\w> should match.
C<dump LABEL> no longer leaks its label.
+=item *
+
+Constant folding no longer changes the behaviour of functions like C<stat>
+and C<truncate> that can take either filenames or handles.
+C<stat 1 ? foo : bar> nows treats its argument as a file name (since it is
+an arbitrary expression), rather than the handle "foo".
+
=back
=head1 Known Problems