Exit 0 in Record.pm

Can someone has some explanation on this code in sub Create of Record.pm ??

if (UNIVERSAL::isa(‘errno’,$id)) {
exit(0);
warn “It’s here!”;
return(undef);
}

I found it when trying to analyze a fastcgi exit 0 that appears sometime on one
of my RTs :wink:

Can someone has some explanation on this code in sub Create of Record.pm ??

if (UNIVERSAL::isa(‘errno’,$id)) {
exit(0);
warn “It’s here!”;
return(undef);
}

Gosh. I have no idea. That sure looks like debugging garbage that got
left around.