Subject: | fileno should never be fatal |
An 'undef' return from fileno indicates a filehandle is closed so
autodie should not make it fatal.
Example:
$ perl -Mautodie -wE 'say( fileno FOO ? "open" : "closed" )'
Can't fileno('FOO'): at -e line 1
This queue is for tickets about the autodie CPAN distribution.
The Basics
People
|
Bug Information
|