[Catalyst-commits] r6767 - in trunk/Catalyst-View-Mason: .
lib/Catalyst/View
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Tue Aug 28 16:59:33 GMT 2007
Author: rafl
Date: 2007-08-28 16:59:32 +0100 (Tue, 28 Aug 2007)
New Revision: 6767
Modified:
trunk/Catalyst-View-Mason/Changes
trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
Log:
Version 0.09_01.
Modified: trunk/Catalyst-View-Mason/Changes
===================================================================
--- trunk/Catalyst-View-Mason/Changes 2007-08-28 15:59:25 UTC (rev 6766)
+++ trunk/Catalyst-View-Mason/Changes 2007-08-28 15:59:32 UTC (rev 6767)
@@ -1,8 +1,18 @@
Revision history for Perl extension Catalyst::View::Mason.
+0.09_01 Tue, 15 May 2007 23:25:52 +0200
+ - Fixed default content type.
+ - Use the component config.
+ - Add a render method.
+ - Use File::Spec to find the tmpdir.
+ - Use Module::Install instead of Module::Build.
+ - Allow to use $c->action instead of $c->req->match to find the
+ template to use.
+ - Add a test suite.
+
0.08 Xxx Xxx 00 00:00:00 2005
- Fixed Content-Type
- - Stringify root.
+ - Stringify root.
0.07 Wed Apr 27 21:00:00 2005
- updated for Catalyst5
Modified: trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
===================================================================
--- trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm 2007-08-28 15:59:25 UTC (rev 6766)
+++ trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm 2007-08-28 15:59:32 UTC (rev 6767)
@@ -7,7 +7,7 @@
use HTML::Mason;
use NEXT;
-our $VERSION = '0.08';
+our $VERSION = '0.09_01';
__PACKAGE__->mk_accessors('template');
More information about the Catalyst-commits
mailing list