From 16beba24e92d2740a8869b5a94e6ac2157925527 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 17 May 2017 23:05:32 -0600 Subject: [PATCH] perldelta: Add unescaped "{" to Notice On irc, we agreed that this is important enough to be highighted there. --- pod/perldelta.pod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 63154d5..2494516 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -11,7 +11,7 @@ This document describes the differences between the 5.24.0 release and the =head1 Notice -This release includes two updates with widespread effects: +This release includes three updates with widespread effects: =over 4 @@ -25,6 +25,11 @@ L<< Removal of the current directory (C<.>) from C<@INC> >> for the full details C now gives a mandatory warning when it fails to load a file which it would have loaded had C<.> been in C<@INC>. +=item * In regular expression patterns, a literal left brace C<"{"> +should be escaped + +See L characters in regular expression patterns are no longer permissible>. + =back =head1 Core Enhancements -- 1.8.3.1