diff -Naur ../Catalyst-View-TT-0.29-dist/lib/Catalyst/View/TT.pm ./lib/Catalyst/View/TT.pm --- ../Catalyst-View-TT-0.29-dist/lib/Catalyst/View/TT.pm 2009-02-20 13:42:55.000000000 +0000 +++ ./lib/Catalyst/View/TT.pm 2009-07-09 06:44:16.000000000 +0000 @@ -620,6 +620,17 @@ started. It also configures the view module to locate the templates automatically. +=head1 NOTES + +If you are using the L module inside your templates, and you +experience that the Catalyst server appears to hang while rendering +the web page, then it may be due to the debug mode of L (which is +waiting for input in the terminal window). You can try turning off the +debug mode using the "-no_debug" option and see if that solves you +problem, eg.: + + [% USE CGI('-no_debug') %] + =head1 SEE ALSO L, L,