Skip to content

Commit a19f662

Browse files
committed
Provide guidance for dynamic modifiers
For: #18387
1 parent 01900a5 commit a19f662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pod/perlre.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ The default behavior for matching can be changed, using various
313313
modifiers. Modifiers that relate to the interpretation of the pattern
314314
are listed just below. Modifiers that alter the way a pattern is used
315315
by Perl are detailed in L<perlop/"Regexp Quote-Like Operators"> and
316-
L<perlop/"Gory details of parsing quoted constructs">.
316+
L<perlop/"Gory details of parsing quoted constructs">. Modifiers can be added
317+
dynamically; see L</Extended Patterns> below.
317318

318319
=over 4
319320

0 commit comments

Comments
 (0)