ary/hash/firsthashelem should be set only once
authorRuslan Zakirov <ruz@bestpractical.com>
Sat, 13 Oct 2012 17:28:10 +0000 (21:28 +0400)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 11 Dec 2012 16:59:41 +0000 (08:59 -0800)
commit4ff6ceafd69f873d6db07cde3cb7c5cb6e8fef2d
treece9489b00f634cf5f39ebc461eeab9cf0ef93610
parenta88bf2bcaa12203b1be20c254990b132faf927dd
ary/hash/firsthashelem should be set only once

Only once for first hash or array, otherwise
(%h,@a) = ... assignment returns wrong results
for duplicates and/or number of elements on RHS.
pp_hot.c