Changes for version 0.30 - 2009-09-12

  • Doc fixes:
    • Expand ::V:: to ::View:: (RT #45792)
    • Expand ::C:: to ::Controller:: and use $c->view('TT') where appropriate (bricas)
    • Add note about use CGI in a template making Catalyst hang (Gunnar Strand)
  • "use warnings" in Catalyst::View::TT and output from the TT helper
  • Expand TTSite documentation (RT #33838)
  • Added a test for direct rendering of a template from a view object, without a request.
  • Added support for running render with a undef context.

Modules

Helper for TT Views
Helper for TT view which builds a skeleton web site
Template View Class