NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
This is a bug (Score:1)
There's two related bugs here. If you localize or delete the stash a function exists in, the GV pointed to by the pp_gv opcode has a pointer to the original stash. This makes it oblivious to wholesale replacement of the stash.
It appears the other bug is that that the pp_gv opcode has a pointer to the GV and retains it even if the stash no longer contains that GV.
Both of these bugs are preventing two kinds of dynamisms from working. I've an interest in fixing one and it might make sense to fix both at the same time.
Reply to This