From 8b1adbab3b5c2bae892cf73f919bf6c79f94424d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 21 Jun 2012 09:16:09 -0500 Subject: [PATCH] perldelta for a3ff80c --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 03d4bfb..3d1733c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -336,6 +336,12 @@ L. A regression introduced in v5.14.0 has been fixed, in which some calls to the C module would clobber C<$_>. +=item * + +C now always either sets or clears C<$@>, even when the file can't be +read. This ensures that testing C<$@> first (as recommended by the +documentation) always returns the correct result. + =back =head1 Known Problems -- 2.7.4