$foo::_ was wrongly forced as $main::_.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 3 Dec 2004 21:51:45 +0000 (21:51 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 3 Dec 2004 21:51:45 +0000 (21:51 +0000)
commit133706a6af5890d9737eb5c4dacb6252623311ea
tree9cfa88f97ca4f18c0a72ee7f852eb9feda593dfe
parent7a1e2023d90d879c7a6110f7be3e3c6e22bddc33
$foo::_ was wrongly forced as $main::_.
Since we still want "our $_" to be always forced to $main::_,
deplace the forcing code at our-pad allocation time.
(Making execution probably a tiny bit faster)

p4raw-id: //depot/perl@23608
gv.c
op.c
t/op/mydef.t