This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 9a0c99494c and 06b58b76f31
[perl5.git] / pod / perldelta.pod
index 9fecc46..6f545d5 100644 (file)
@@ -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