a 'Use of uninitialized value' warning within a DB sub
attempted to use the pad of the caller to locate the offending
lexical
p4raw-id: //depot/perl@31278
}
}
else {
- U32 unused;
- CV * const cv = find_runcv(&unused);
+ CV * const cv = find_runcv(NULL);
SV *sv;
AV *av;