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:
49bc8c2
)
perldelta: Fix typo
author
Karl Williamson
<khw@cpan.org>
Mon, 24 Aug 2015 20:07:32 +0000
(14:07 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 24 Aug 2015 20:13:21 +0000
(14:13 -0600)
Spotted by Lukas Mai
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
c91c981
..
4ba2138
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-352,7
+352,7
@@
C<qr/(?[ () ])/> no longer segfaults, giving a syntax error message instead.
=item *
-Regular expression possesive quantifier v5.20 regression now fixed.
+Regular expression posses
s
ive quantifier v5.20 regression now fixed.
C<qr/>I<PAT>C<{>I<min>,I<max>C<}+>C</> is supposed to behave identically
to C<qr/(?E<gt>>I<PAT>C<{>I<min>,I<max>C<})/>. Since v5.20, this didn't
work if I<min> and I<max> were equal. [perl #125825]