This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e40f82f
)
Typo in perlre
author
Karl Williamson
<public@khwilliamson.com>
Thu, 19 Jan 2012 04:10:07 +0000
(21:10 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Thu, 19 Jan 2012 04:16:11 +0000
(21:16 -0700)
Spotted by Jim Avera
pod/perlre.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlre.pod
b/pod/perlre.pod
index
981f931
..
a536525
100644
(file)
--- a/
pod/perlre.pod
+++ b/
pod/perlre.pod
@@
-978,7
+978,7
@@
repetition of the previous word, assuming the C</x> modifier, and no C</i>
modifier outside this group.
These modifiers do not carry over into named subpatterns called in the
-enclosing group. In other words, a pattern such as C<((?i)(&NAME))> does not
+enclosing group. In other words, a pattern such as C<((?i)(
?
&NAME))> does not
change the case-sensitivity of the "NAME" pattern.
Any of these modifiers can be set to apply globally to all regular