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:56:49 +0000 (19:56 +0000)
commit0bbb689566b4ab346b87f3fc1ba1c659c7098ed2
treee06e14bc1f7a879d3133accbca5673fd94e8d47b
parent562f0c66f23672f26a6489d29581d4e1e241bdff
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