Skip Menu |

This queue is for tickets about the autodie CPAN distribution.

Report information
The Basics
Id: 75199
Status: resolved
Priority: 0/
Queue: autodie

People
Owner: Nobody in particular
Requestors: dagolden [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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
Ticket migrated to github as https://github.com/pjf/autodie/issues/93