Message-ID: <
20010723180740.A13960@math.ohio-state.edu>
p4raw-id: //depot/perl@11456
}
/* ... before we throw it away */
SvREFCNT_dec(PL_compcv);
+ if (PERLDB_INTER)/* Advice debugger on the new sub. */
+ ++PL_sub_generation;
}
else {
cv = PL_compcv;