Subject: | Catalyst 5.90020 fails to report correct error |
Hi Team,
First of all congratulation for such a wonderful MVC framework in Perl.
I am running Catalyst 5.90020 on ubuntu 10.04, perl 5.10.
Catalyst does not return correct error trace in the browser, It only prints "we encounter an error" in browser whenever there is a runtime error. In Error Log also it does not print any info where the error was. When I run it outside Catalyst with normal perl it tells the exact error and line #.
I have installed Catalyst one week ago from cpan.
Couple of example
1)Database access, Try to use non-existing column in where condition of your select statement. It will fail with above error.
2) In controller, use Try::Tiny. Omit ";" after catch{} block it will throw this error.
Let me know if there is any more information I can provide you to help.
Thanks
Kanu Patel