SQL::Translator triggered a subtle piece of wrongness, whereby it
authorNicholas Clark <nick@ccl4.org>
Mon, 22 Oct 2007 20:19:55 +0000 (20:19 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 22 Oct 2007 20:19:55 +0000 (20:19 +0000)
commit5e0caaeb4056614af54deb646e72147bdc6dcadc
treef476be90242200e3c52a92571e7f09e35f57c3f0
parent6b632b43d96dfd9dcd6e2f49660098045e8d0b98
SQL::Translator triggered a subtle piece of wrongness, whereby it
managed to cause a proxy constant subroutine in the symbol table to
be upgraded to a GV at precisely the point where it was being
considered as a possible IO handle name. The core's user-space visible
behaviour certainly was buggy - I believe this patch to be the correct
fix. However, it seems to be very hard to write a test for it.

p4raw-id: //depot/perl@32172
gv.c