In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b7f366106e07d8d8d2efe8d65343329ebb32062b?hp=d730a80128abafff1e47e2506c23a8c1a06cfef4>

- Log -----------------------------------------------------------------
commit b7f366106e07d8d8d2efe8d65343329ebb32062b
Author: E. Choroba <[email protected]>
Date:   Mon Jun 19 22:12:20 2017 -0400

    Pod correction.
    
    Based on submission from E Choroba in RT # 131603.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlre.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlre.pod b/pod/perlre.pod
index 57a98e4466..9cab16e223 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -505,7 +505,7 @@ a C<\Q...\E> stays unaffected by C</x>.  And note that 
C</x> doesn't affect
 space interpretation within a single multi-character construct.  For
 example in C<\x{...}>, regardless of the C</x> modifier, there can be no
 spaces.  Same for a L<quantifier|/Quantifiers> 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</x>, and depend on the
 construct.  For example, C<\x{...}> can't have spaces because hexadecimal

--
Perl5 Master Repository

Reply via email to