Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order
authorNicholas Clark <nick@ccl4.org>
Sat, 22 Sep 2007 15:46:44 +0000 (15:46 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 22 Sep 2007 15:46:44 +0000 (15:46 +0000)
commit53a42478dbff55e7fc2f0fe0876cb4ceeaba894c
tree1cf9becd3813514075ef380eaae6b7e88b2c1e0a
parente47d7ad1097fe8bf25456f76aaa863c85118bca8
Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order
of op evaluation means that what had been a reference to a constant
can turn into a typeglob before the sassign gets to run.

p4raw-id: //depot/perl@31940
pp_hot.c
t/op/gv.t