From ef5a9509b8fe8cc38b62be6d05df6b7cbdfab49a Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 7 Sep 2014 12:35:40 -0700 Subject: [PATCH] perldelta for 7950e9cf39 --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 1cbcc41638a..940a9d689fd 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -275,6 +275,12 @@ The warning "Ambiguous use of -foo resolved as -&foo()" has been removed. There is actually no ambiguity here, and this impedes the use of negated constants; e.g., C<-Inf>. +=item * + +The little-known C syntax (see L and L) +could get confused in the scope of C if C were a constant +whose value contained Latin-1 characters. + =back =head1 Utility Changes