Anyone using the $self->form() method provided by
Catalyst-Controller-HTML-FormFu may have noticed that it didn't set
the query - so you explicitly had to do:
$form->process( $c->request );
This is fixed - so you now no longer have to pass the request to process().
Thanks to Rod Taylor for reporting this on rt.perl.org
Cheers,
Carl