Setting FB_WARN with PerlIO?

Matts on 2007-01-19T22:29:55

Anyone know if it's possible to set perl to FB_WARN (instead of the default which seems to be FB_CROAK) when using PerlIO? I can wrap all reads in eval{} blocks but I'd rather not have to.

There seems to be some discussion about this at the end of perliol.pod, but nothing concrete.