This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #125892] qr/(?[ ]) regression with '!'
authorKarl Williamson <khw@cpan.org>
Tue, 25 Aug 2015 03:09:02 +0000 (21:09 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 13 Sep 2015 02:50:16 +0000 (20:50 -0600)
commitab87267cc6ac3b1ea950ee4e45bd80dea25b8f79
treefc23927dea808ae76152be6fe4a25a096d245cea
parent47f5936b63e4d8d8534d6dd332de6fe8a8510626
PATCH: [perl #125892] qr/(?[ ]) regression with '!'

This regression was introduced in 5.22.  It stems from a logic error I
made in a complicated 'if' statement.
regcomp.c
t/re/regex_sets.t