Skip Menu |

This queue is for tickets about the FCGI-Engine CPAN distribution.

Report information
The Basics
Id: 35786
Status: resolved
Priority: 0/
Queue: FCGI-Engine

People
Owner: stevan.little [...] gmail.com
Requestors: rjbs [...] cpan.org
Cc:
AdminCc:

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



Subject: document passing of CGI::Simple to handler_method
I wasted a LOT of time trying to figure out what wasn't working with my program. It wouldn't handle POST properly. I finally saw that I had left it using CGI->new instead of using the passed-in CGI::Simple. The docs didn't mention that one would be passed in. Adding a sentence to the docs would be awesome. This dist rules. ++ -- rjbs
So, I documented this and applied a patch that gives you the ability to override the default args to the handler method. See 0.04, just uploaded to CPAN, for more details. THanks, - Stevan