[Catalyst-commits] r7002 - in trunk/Catalyst-View-Mason: .
lib/Catalyst/View
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Oct 15 15:38:36 GMT 2007
Author: rafl
Date: 2007-10-15 15:38:36 +0100 (Mon, 15 Oct 2007)
New Revision: 7002
Modified:
trunk/Catalyst-View-Mason/Changes
trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
Log:
Version 0.14.
Modified: trunk/Catalyst-View-Mason/Changes
===================================================================
--- trunk/Catalyst-View-Mason/Changes 2007-10-15 14:38:27 UTC (rev 7001)
+++ trunk/Catalyst-View-Mason/Changes 2007-10-15 14:38:36 UTC (rev 7002)
@@ -1,5 +1,14 @@
Revision history for Perl extension Catalyst::View::Mason.
+0.14 Mon, 15 Oct 2007 15:14:26 +0200
+ - Test comp_root stringification.
+ - Allow array ref comp_roots.
+ - Improve POD.
+ - Make the testcover target depend on pm_to_blib.
+ - Add a Makefile target for generating README.
+ - Update README.
+ - Silence some warnings in t/helper.t if Test::File isn't present.
+
0.13 Tue, 21 Aug 2007 17:12:11 +0200
- Make t/exception.t not fail if Test::MockModule isn't installed by
fixing the number of tests to skip.
Modified: trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
===================================================================
--- trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm 2007-10-15 14:38:27 UTC (rev 7001)
+++ trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm 2007-10-15 14:38:36 UTC (rev 7002)
@@ -8,7 +8,7 @@
use HTML::Mason;
use NEXT;
-our $VERSION = '0.13';
+our $VERSION = '0.14';
__PACKAGE__->mk_accessors('template');
More information about the Catalyst-commits
mailing list