test return values of aassign with various elements on LHS
authorRuslan Zakirov <ruz@bestpractical.com>
Tue, 9 Oct 2012 22:43:40 +0000 (02:43 +0400)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 11 Dec 2012 16:59:40 +0000 (08:59 -0800)
commitb1babc516d40c1a9d24a2eabf3c7649c4c3e7a00
tree36bd36e684b7b35f60905d673c09cbce72b9eff2
parent139e2abeba926fdfd45724ed2ab5117bfabdb350
test return values of aassign with various elements on LHS

* hash on LHS followed by array, other hash or scalar,
  for example (%h, @a) = (...);

* above with normal RHS, with duplicates, odd elements
  and combination.

* inspect elements returned by aassign for lvaluedness

* assign doesn't return elements that were just cleared
t/op/hashassign.t