Add FILENO method to FCGI.pm to comply with IO:: interface
authort0m <bobtfish@bobtfish.net>
Sun, 29 Nov 2009 11:46:21 +0000 (11:46 +0000)
committerTomas Doran <bobtfish@bobtfish.net>
Wed, 2 Dec 2009 19:28:28 +0000 (19:28 +0000)
commitbc584fde07f64d87f33ec75b92bf342c3649c094
treed04789f38400941064a59d744adfd677bbf309b4
parent45c0ca51f9e3976d8506b77e44bc2a1e1e62ae21
Add FILENO method to FCGI.pm to comply with IO:: interface

FILENO method returns a defined but invalid value (can never be defined
as the error return from the syscall is -1) to placate things such as
IPC::Run which call fileno to check if a filehandle is open.

Closes bugs:
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544540
 http://rt.cpan.org/Public/Bug/Display.html?id=50972
 Removes need for upstream patch in OpenBSD
perl/ChangeLog
perl/FCGI.PL