Skip Menu |

This queue is for tickets about the CGI-Simple CPAN distribution.

Report information
The Basics
Id: 72804
Status: new
Priority: 0/
Queue: CGI-Simple

People
Owner: Nobody in particular
Requestors: hinrik.sig [...] gmail.com
Cc:
AdminCc:

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



Subject: Needless bindmode() on STDIN/STDOUT
CGI::Simple does "binmode STDIN; binmode STDOUT;" whenever it's loaded. Why? I'm just using CGI::Simple's OO interface to process an HTTP request. I don't want it to screw with my STDIN or STDOUT.