This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow suffix form for /a /d /l /u
authorKarl Williamson <public@khwilliamson.com>
Sat, 19 Feb 2011 22:56:29 +0000 (15:56 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sun, 20 Feb 2011 05:18:56 +0000 (22:18 -0700)
commit94b03d7d32658fc20267c9aa8d5e423ce506f5a7
tree5b136469324cddfa635b099dd1258912edc7ba88
parent07075d1946764ff3c2713c8e5a6c5d7e5a7514f2
Allow suffix form for /a /d /l /u

This patch contains the code changes for doing this, but not most of the
pod changes, nor the new .t tests required.  There were already tests in
place to make sure that this didn't break backcompat.
pod/perldelta.pod
pod/perldiag.pod
regexp.h
t/op/eval.t
t/re/re.t
toke.c