Message-ID: <
20000928115224.D7924@plum.flirble.org>
p4raw-id: //depot/perl@7118
CvGV(cv) = (GV*)SvREFCNT_inc(gv);
CvFILE(cv) = CopFILE(PL_curcop);
CvSTASH(cv) = PL_curstash;
+ /* use subs; etc may have turned this on
+ As we're (re)defining the sub here it's definately not imported */
+ GvIMPORTED_CV_off(gv);
#ifdef USE_THREADS
CvOWNER(cv) = 0;
if (!CvMUTEXP(cv)) {