This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #122680] Omit <-- HERE marker from (?=){3} warning
authorFather Chrysostomos <sprout@cpan.org>
Wed, 22 Oct 2014 19:57:11 +0000 (12:57 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 22 Oct 2014 19:57:38 +0000 (12:57 -0700)
commite1729dc6ad52e1bd43f51e7f3a1dd66938ef9153
treeae0a14c6ef9703c296335d84d478512510294844
parentcb4ea3e667c17d04aceb8aa99c7314653561f238
[perl #122680] Omit <-- HERE marker from (?=){3} warning

‘Quantifier unexpected on zero-length expression’ was always putting
the marker at the end of the regular expression, instead of where
it actually goes.
pod/perldiag.pod
regcomp.c
t/re/reg_mesg.t