[Catalyst-commits] r7847 - in trunk/Catalyst-View-Mason: . lib/Catalyst/View

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Wed May 28 14:48:35 BST 2008


Author: rafl
Date: 2008-05-28 14:48:35 +0100 (Wed, 28 May 2008)
New Revision: 7847

Modified:
   trunk/Catalyst-View-Mason/Changes
   trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
Log:
Version 0.16.


Modified: trunk/Catalyst-View-Mason/Changes
===================================================================
--- trunk/Catalyst-View-Mason/Changes	2008-05-28 13:48:27 UTC (rev 7846)
+++ trunk/Catalyst-View-Mason/Changes	2008-05-28 13:48:35 UTC (rev 7847)
@@ -1,5 +1,27 @@
 Revision history for Perl extension Catalyst::View::Mason.
 
+0.16    Wed, 28 May 2008 15:43:23 +0200
+    Florian Ragwitz (19):
+          Don't runn t/{kwalitee,notabs,pod,podcoverage,strict}.t unless AUTHOR_TEST is set.
+          Add a fake shebang for t/{01use,pod,podcoverage}.t.
+          Add an authortest target to the Makefile.
+          Test always_append_template_extension.
+          Document always_append_template_extension.
+          Implement always_append_template_extension.
+          Add a test for filename portability.
+          Add examples and default value to the docs for all options.
+          Add a test for data_dir defaults to be different for different applications and users.
+          Build the data_dir default from the application name and the user id.
+          Documentation fix.
+          Catalyst::Component::new gets $app, not $c.
+          Remove the file portability test.
+          Move the release tests to xt and use M::I::ExtraTests to run them during make disttest only.
+          Specify license in Makefile.PL.
+          Add provides field to META.yml.
+          Documentation update.
+          Update README.
+          Specify author in Makefile.PL as M::I fails to extract it.
+
 0.15    Tue, 16 Oct 2007 11:31:30 +0200
         - Factor out get_component_path to allow better subclassing (SCHWIGON).
         - Test the above.

Modified: trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm
===================================================================
--- trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm	2008-05-28 13:48:27 UTC (rev 7846)
+++ trunk/Catalyst-View-Mason/lib/Catalyst/View/Mason.pm	2008-05-28 13:48:35 UTC (rev 7847)
@@ -8,7 +8,7 @@
 use HTML::Mason;
 use NEXT;
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 
 __PACKAGE__->mk_accessors('template');
 




More information about the Catalyst-commits mailing list