This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: partial [perl #86972]: Allow /(?aia)/
authorKarl Williamson <public@khwilliamson.com>
Sun, 10 Apr 2011 22:21:55 +0000 (16:21 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 10 Apr 2011 22:36:24 +0000 (16:36 -0600)
commitf6a766d53013594a5dc80a234f754c6b75c3b724
treec7b1063fcaf22d870beaff1c5babc14017b73d55
parentff3f26d2308508ca78054f72cc6eb2819386898d
PATCH: partial [perl #86972]: Allow /(?aia)/

This allows a second regex 'a' modifier in the infix form to not have to
be contiguous with the first, and improves the message if there are extra
modifiers.
pod/perldiag.pod
regcomp.c
t/re/re_tests
t/re/reg_mesg.t