From: E. Choroba Date: Tue, 20 Jun 2017 02:12:20 +0000 (-0400) Subject: Pod correction. X-Git-Tag: v5.27.2~134 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/b7f366106e07d8d8d2efe8d65343329ebb32062b?ds=inline Pod correction. Based on submission from E Choroba in RT # 131603. --- diff --git a/pod/perlre.pod b/pod/perlre.pod index 57a98e4..9cab16e 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -505,7 +505,7 @@ a C<\Q...\E> stays unaffected by C. And note that C doesn't affect space interpretation within a single multi-character construct. For example in C<\x{...}>, regardless of the C modifier, there can be no spaces. Same for a L such as C<{3}> or -C<{5,}>. Similarly, C<(?:...)> can't have a space between the C<"{">, +C<{5,}>. Similarly, C<(?:...)> can't have a space between the C<"(">, C<"?">, and C<":">. Within any delimiters for such a construct, allowed spaces are not affected by C, and depend on the construct. For example, C<\x{...}> can't have spaces because hexadecimal