Skip Menu |

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

Report information
The Basics
Id: 25288
Status: resolved
Priority: 0/
Queue: CGI-Simple

People
Owner: Nobody in particular
Requestors: nick [...] aevum.de
Cc:
AdminCc:

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



CGI::Simple still doesn't work with mod_perl2 for me. The reason is the use of sysread on STDIN. According to this mailing list post, mod_perl only supports read: http://mail-archives.apache.org/mod_mbox/perl-modperl/200411.mbox/%3C419BC7D1.80304@stason.org%3E I did an s/sysread/read/g in CGI/Simple.pm and everything seems to wotk fine.
Subject: Fixed
From: andy at hexten dot net
On Mon Mar 05 13:02:29 2007, nick.aevum.de wrote: Show quoted text
> CGI::Simple still doesn't work with mod_perl2 for me. The reason is > the > use of sysread on STDIN. According to this mailing list post, mod_perl > only supports read: > > http://mail-archives.apache.org/mod_mbox/perl- > modperl/200411.mbox/%3C419BC7D1.80304@stason.org%3E > > I did an s/sysread/read/g in CGI/Simple.pm and everything seems to > wotk > fine.
This is fixed in 0.082 which has just been released to CPAN.