Subject: | handle_request() should call _clear() at the end |
Hi
The problem is that calling _clear() at the start of handler_request() clears parameters (e.g. cgi) passed in to new() before they can be used.
So in my fork jQuery::File::Upload::Imager (which obviously uses Imager) I put the call to _clear() at the end.
Alternately, perhaps it could be moved into new().