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 20:59:41 +0000 (14:59 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 10 Apr 2011 21:11:37 +0000 (15:11 -0600)
commitff3f26d2308508ca78054f72cc6eb2819386898d
tree8dab59f298b519482823ae57fcf11e819e3e550c
parentf580a93dfe4c980e326a70e8ab035562b0b6dbf7
PATCH: partial [perl #86972]: Allow /aia

This allows a second /a modifier to not have to be contiguous with the
first.  This patch changes only the part in toke.c where the modifiers
are in suffix form.
pod/perldiag.pod
t/lib/warnings/toke
toke.c