Skip Menu |

This queue is for tickets about the Net-Server CPAN distribution.

Report information
The Basics
Id: 72454
Status: resolved
Priority: 0/
Queue: Net-Server

People
Owner: Nobody in particular
Requestors: jtk [...] uic.edu
Cc:
AdminCc:

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



Subject: Net::Server::TiedHandle BINMODE
Date: Tue, 15 Nov 2011 20:19:29 -0600
To: bug-Net-Server [...] rt.cpan.org
From: "Johnathan Kupferer" <jtk [...] uic.edu>
In version 0.99, Net::Server::TiedHandle does not implement binmode. This causes it to break when used with HTTP::Server::Simple. I'm guessing this can safely be implemented as a null-op as such: sub BINMODE {} Cheers, - Johnathan <jtk@uic.edu>
The code is updated as of the just released version 2.000 Thank you