From: Karl Williamson Date: Mon, 22 May 2017 21:12:55 +0000 (-0600) Subject: perldelta: perlop changes X-Git-Tag: v5.26.0-RC2~36 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/b072a8ef80b26616942748a978c2c377a04b1899?ds=sidebyside perldelta: perlop changes This adds a new item, and clarifies the existing one --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bd0d89c..fb7244d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1323,7 +1323,13 @@ Mention C more. =item * -Clarify behavior of single quote regexps. +Note that white space must be used for quoting operators if the +delimiter is a word character (I, matches C<\w>). + +=item * + +Clarify that in regular expression patterns delimited by single quotes, +no variable interpolation is done. =back