Re: [cgiapp] worth a look: Catalyst::Controller::Constraints

2006-07-30 Thread Rob Kinyon
On 7/26/06, Mark Stosberg <[EMAIL PROTECTED]> wrote: [snip] It doesn't seem to be an exactly "light" solution, though. It in turn loads Moose, Class::Delegator, Exception::Class, Hash::Merge and Scalar Util. Catalyst loads about half of those anyways, so the cost isn't -that- high. Plus, ever

[cgiapp] error mode question

2006-07-30 Thread Jamie Krasnoo
Hi all, I've tried setting the error mode and it seems that I'm misunderstanding on how it's supposed to be used. I thought it was run when a run mode blows up, errors out or whtever you'd like to call it. It would be used to hide errors from visitors. Does using CGI::Carp defeat it? Can I see an