summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-05-31 09:10:21 -0600
committerKarl Williamson <khw@cpan.org>2021-05-31 09:12:58 -0600
commit24eef90b9c96f00a8311aae2f1708ca5cf712865 (patch)
tree12c4b266ce92f4e77af78b411d1b0d6c25afff5f /pod
parent77237df2ee3408c08ba0f3274d3a0a73bfd5e2e2 (diff)
downloadperl-24eef90b9c96f00a8311aae2f1708ca5cf712865.tar.gz
perl5340delta: Clarify /x{,3}/
This was suggested by @LanX This fixes GH #18812
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5340delta.pod5
1 files changed, 4 insertions, 1 deletions
diff --git a/pod/perl5340delta.pod b/pod/perl5340delta.pod
index 23235fb634..8dcebaf146 100644
--- a/pod/perl5340delta.pod
+++ b/pod/perl5340delta.pod
@@ -33,7 +33,10 @@ For more information, see L<perlsyn/"Try Catch Exception Handling">.
=head2 C<qr/{,n}/> is now accepted
An empty lower bound is now accepted for regular expression quantifiers,
-like C<{,3}>.
+like C<m/x{,3}/> meaning C<m/x{0,3}/>
+
+=cut
+
=head2 Blanks freely allowed within but adjacent to curly braces