Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 5 Jul 2006 20:00:10 +0000 (20:00 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 5 Jul 2006 20:00:10 +0000 (20:00 +0000)
commitf17e6c41cacfbc6fe88a5ea5e01ba690dfdc7f2e
tree90e0e01e43cbcda7781b15d8a1f04ca5f5ea9ec2
parentfba16c4d09cfcc4722bb692c88c7da4ddeabb5ac
Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
side is made out a list declared with our(). In this case OPpLVAL_INTRO
isn't set on the left op, so we just remove that check. Add new tests.

p4raw-id: //depot/perl@28488
op.c
t/op/array.t