Louis Erickson wrote on 5/5/09 1:46 PM: > While trying to install Catalyst::Controller::FormBuilder, we got some > fairly annoying and significant looking errors. > > We're installing on OS X 10.5. This was working on a 10.4 machine, and > we got catalyst-devel to install cleanly on 10.5. > > The tests give a big chunk of errors... I'm not sure even which lines go > with which test. Does anyone have any idea why or what we might have to > do to get this to work?
downgrade to Catalyst::Runtime 5.7 to start with. those errors look like 5.8 incompat issues. after you've done that, give some thought to whether you want to stick with C::C::FormBuilder. I see that the latest release is nearly 2 years old, and there are several RT tickets opened against it since then, which indicates a lack of ongoing maintenance. -- Peter Karman . http://peknet.com/ . [email protected] _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
