[Catalyst-commits] r13907 - in Catalyst-Action-RenderView/trunk: .
lib/Catalyst/Action
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Tue Jan 4 13:22:45 GMT 2011
Author: rafl
Date: 2011-01-04 13:22:45 +0000 (Tue, 04 Jan 2011)
New Revision: 13907
Modified:
Catalyst-Action-RenderView/trunk/Changes
Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm
Log:
Version 0.15
Modified: Catalyst-Action-RenderView/trunk/Changes
===================================================================
--- Catalyst-Action-RenderView/trunk/Changes 2011-01-04 12:56:08 UTC (rev 13906)
+++ Catalyst-Action-RenderView/trunk/Changes 2011-01-04 13:22:45 UTC (rev 13907)
@@ -1,3 +1,7 @@
+0.15 2011-01-04 14:19:36 CET
+ - Don't delegate to a view if the response body is set to `undef'.
+ - Make sure a Test::More with done_testing support is available.
+
0.14 2009-12-03 03:13:23 GMT
- Remove warnings from tests about actions in the app root
Modified: Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm
===================================================================
--- Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm 2011-01-04 12:56:08 UTC (rev 13906)
+++ Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm 2011-01-04 13:22:45 UTC (rev 13907)
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '0.14';
+our $VERSION = '0.15';
use base 'Catalyst::Action';
More information about the Catalyst-commits
mailing list