From e9f497c4566162243761bd415c835b44bb10e265 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 28 Jul 2012 00:09:11 -0700 Subject: [PATCH] perldelta for 42409c4069 (truncate FILENAME) --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 6f545d5..bc0f766 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -359,6 +359,11 @@ 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". +=item * + +C no longer falls back to treating "FOO" as a file name +if the filehandle has been deleted. This was broken in Perl 5.16.0. + =back =head1 Known Problems -- 2.7.4