allow "my ()" [perl #113554]
authorJesse Luehrs <doy@tozt.net>
Mon, 25 Jun 2012 05:39:57 +0000 (00:39 -0500)
committerJesse Luehrs <doy@tozt.net>
Mon, 25 Jun 2012 05:39:57 +0000 (00:39 -0500)
commit8b8c1fb9779eab465a6534a30b7fc39eb32855b7
tree37a1dde60edea9ebb3765bfbe715c63de217253a
parent722672602582e96e420517be5b2757afb60fc1b2
allow "my ()" [perl #113554]

it looks like this was an unrelated bugfix during development of mad,
but which was merged into core with #ifdef PERL_MAD just because it was
a change from the existing perl code... i don't see any reason why this
should have been ifdef'd out to begin with
op.c
t/op/my.t