r11755@t0mlaptop (orig r11720): theory | 2009-11-03 00:23:43 +0000 v0.33
Tomas Doran [Wed, 10 Mar 2010 20:05:23 +0000 (20:05 +0000)]
 Branch Catalyst::View::TT to make `render()` die instead of return an exception object.
 r11756@t0mlaptop (orig r11721):  theory | 2009-11-03 00:37:04 +0000
 Have `render()` die on exception, not return an exception object.
 r11832@t0mlaptop (orig r11797):  osfameron | 2009-11-11 10:58:24 +0000
 Clarify docs for 'sub end' to promote RenderView

 (Previously, the docs suggested doing something that would break
 $c->res->redirect)
 r11834@t0mlaptop (orig r11799):  t0m | 2009-11-12 00:31:26 +0000
 Back out 11797 - misscommit to wrong branch. svn merge -r11797:11796 .
 r12947@t0mlaptop (orig r12911):  t0m | 2010-02-16 22:37:01 +0000
 Localise execeptions
 r13074@t0mlaptop (orig r13038):  theory | 2010-03-10 18:24:49 +0000
 Have render() warn on exception, rather than die.

 This is at mst's request, to minimize backward compatibility issues. To
 silence the warning, pass `render_die => 0` to the constructor. Better yet,
 pass 'render_die => 1' to make it die instead of returning the excption. This
 will be the default in a future release.

 r13075@t0mlaptop (orig r13039):  t0m | 2010-03-10 20:02:47 +0000
 Document setting, make skeleton generate it by default
 r13076@t0mlaptop (orig r13040):  t0m | 2010-03-10 20:04:57 +0000
 Bump versions


Trivial merge