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
(from:
e1729dc
)
[perl #122680] Omit <-- HERE marker from (?=){3} warning
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 22 Oct 2014 19:57:11 +0000
(12:57 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 22 Oct 2014 19:57:38 +0000
(12:57 -0700)
‘Quantifier unexpected on zero-length expression’ was always putting
the marker at the end of the regular expression, instead of where
it actually goes.
No differences found