Fix bug #38439 - reference to typeglob assignment needs to be based
authorNicholas Clark <nick@ccl4.org>
Mon, 6 Feb 2006 13:08:34 +0000 (13:08 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 6 Feb 2006 13:08:34 +0000 (13:08 +0000)
commitacaa9288c554316f43effec4957c68555702b76e
tree91725bd10412605ac92b43d6debc03227fbd0deb
parent2ac3998734e4ff5b8a4d1ec332e1b981f36b49a9
Fix bug #38439 - reference to typeglob assignment needs to be based
on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.

p4raw-id: //depot/perl@27104
sv.c
t/op/gv.t