r11835@t0mlaptop (orig r11800): t0m | 2009-11-12 00:32:30 +0000
Tomas Doran [Tue, 16 Feb 2010 22:23:03 +0000 (22:23 +0000)]
 Merge miscommit from other branch: svn merge -r 11796:11797 http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-View-TT/branches/render_die

 Original commit:
 Author: osfameron
 Date: 2009-11-11 10:58:24 +0000 (Wed, 11 Nov 2009)
 New Revision: 11797

 Modified:
   Catalyst-View-TT/branches/render_die/lib/Catalyst/View/TT.pm
 Log:
 Clarify docs for 'sub end' to promote RenderView

 (Previously, the docs suggested doing something that would break
 ->res->redirect)
 r12651@t0mlaptop (orig r12616):  t0m | 2010-01-12 02:02:15 +0000
 Show config setting as a method call rather than a hask assignment
 r12932@t0mlaptop (orig r12896):  rafl | 2010-02-16 04:41:34 +0000
 Fix repo url.
 r12933@t0mlaptop (orig r12897):  rafl | 2010-02-16 04:47:19 +0000
 Version 0.32.

1  2 
Changes
lib/Catalyst/View/TT.pm

diff --cc Changes
+++ b/Changes
@@@ -1,9 -1,9 +1,12 @@@
  Revision history for Perl extension Catalyst::View::TT.
  
- 0.32
 +        - The "render()" method now dies on exception, rather than returning
 +          the exception object.
 +
+ 0.32    2010-02-16 05:55:00
+         - Various documentation improvements.
+         - Fix repository metadata.
  0.31    2009-10-29 19:26:00
          - Moved the test actions to their own controller file to silence
            warning about actions in the app class being deprecated.
Simple merge