From 3e81bef20efc82dfe52a462a69492310d7ea3459 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 28 Jul 2012 00:07:17 -0700 Subject: [PATCH 1/1] perldelta for 9a0c99494c and 06b58b76f31 --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9fecc46..6f545d5 100644 --- 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 no longer leaks its label. +=item * + +Constant folding no longer changes the behaviour of functions like C +and C that can take either filenames or handles. +C nows treats its argument as a file name (since it is +an arbitrary expression), rather than the handle "foo". + =back =head1 Known Problems -- 1.8.3.1