[Catalyst] Having problem with Catalyst::Controller::FormBuilder module with Catalyst 5.8

2010-11-22 Thread Cory Hollingsworth
Hello every one. I have a couple of Catalyst based web applications which I created about 2 years ago which work with Catalyst 5.7x, Catalyst::Controller::FormBuilder 0.05, and CGI::FormBuilder 3.0501. I would like to move these to a Catalyst 5.8 environment. I am expecting to have to do a

Re: [Catalyst] Having problem with Catalyst::Controller::FormBuilder module with Catalyst 5.8

2010-11-22 Thread Tomas Doran
On 22 Nov 2010, at 16:41, Cory Hollingsworth wrote: Here is a very simple example of a Root.pm code which illustrates my problem: Start Perl Code package lookupreset::Controller::Root; use base 'Catalyst::Controller::FormBuilder'; use Moose; use namespace::autoclean; BEGIN { extends

Re: [Catalyst] Having problem with Catalyst::Controller::FormBuilder module with Catalyst 5.8

2010-11-22 Thread Cory Hollingsworth
On 22 Nov 2010, at 16:41, Cory Hollingsworth wrote: Here is a very simple example of a Root.pm code which illustrates my problem: Start Perl Code package lookupreset::Controller::Root; use base 'Catalyst::Controller::FormBuilder'; use Moose; use namespace::autoclean; BEGIN { extends