Re: [Catalyst] WritingPlugins doc is wrong?

2006-06-10 Thread Matt S Trout
Ktat wrote: I read Catalyst::Manual::WritngPlugins and found following. http://search.cpan.org/~agrundma/Catalyst-5.6902/lib/Catalyst/Manual/WritingPlugins.pod The code in EXAMPLE is following. = sub prepare { my

Re: [Catalyst] YAML vs. *

2006-06-10 Thread John Napiorkowski
Hi, I'm getting this feeling this debate is winding down with the end of the weekend, but just some last two cents; I would seriously prefer anything that is not reliant on spaces, tabs or other semi-invisible characters for syntax purposes. Yes, you can set your text editor to help smooth over

[Catalyst] StackTrace hiding errors?

2006-06-10 Thread Mark Blythe
The StackTrace plugin sounded like a godsend, but it seems to be causing trouble for me. Tonight, I spent a lot of time debugging what turned out to be a problem with my database connection info, but the Catalyst debug page was only reporting: Caught exception in MyApp::C::Root-end Couldn't