instead of setting it to the script name (from Andrew Pimlott
<andrew@pimlott.ne.mediaone.net>)
p4raw-id: //depot/perl@4837
*t = '\0';
if (t - s > 0)
CopFILE_set(PL_curcop, s);
- else
- CopFILE_set(PL_curcop, PL_origfilename);
*t = ch;
CopLINE_set(PL_curcop, atoi(n)-1);
}