This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix skipping char in (*sr:...) defn
authorKarl Williamson <khw@cpan.org>
Tue, 20 Feb 2018 03:28:19 +0000 (20:28 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 20 Feb 2018 03:47:10 +0000 (20:47 -0700)
commit8638266fb1a6a7f9b6ce2567347bfba94f8b2414
tree9afac98dd79a1f83e6d28cf51f5f09d94e779c13
parente54417e05d50aa46e805071583a78db0e3e557e9
Fix skipping char in (*sr:...) defn

This was wrongly calling nextchar(), which skipped the next character
wrongly
regcomp.c
t/re/script_run.t