From 80cc329025258c8dcffad8b0a0032c8802bb8175 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 14 Sep 2014 12:24:46 -0700 Subject: [PATCH] perldelta for c4c61c6 --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 0ab91dc..9d6f0f1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -570,6 +570,12 @@ v5.20.1 as well as here) in which a UTF-8 encoded regular expression pattern that contains a single ASCII lowercase letter does not match its uppercase counterpart. [perl #122655] +=item * + +Constant folding could incorrectly suppress warnings if lexical warnings +(C or C) were not in effect and C<$^W> were +false at compile time and true at run time. + =back =head1 Known Problems -- 1.8.3.1