Problem with -Duseperlio:
cc: Warning: perlio.c, line 302: Non-void function "PerlIO_getname" does not contain a return statement.
char *
^
p5p-msgid:
199704300448.AAA24174@Orb.Nashua.NH.US
return fgetname(f,buf);
#else
croak("Don't know how to get file name");
+ return NULL;
#endif
}