Skip Menu |

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

Report information
The Basics
Id: 18085
Status: resolved
Worked: 1 min
Priority: 0/
Queue: CGI-Ajax

People
Owner: bct [...] cpan.org
Requestors: ron [...] savage.net.au
Cc:
AdminCc:

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



Subject: print stderr not protected by if debug
Line 633 print STDERR "cgiobj() received a CGI-like object ($cgi)\n"; should be inside an if ( $self->DEBUG() ) statement to stop it being printed all the time.