[Catalyst-commits] r9271 - in Catalyst-View-ContentNegotiation-XHTML/1.000/trunk: . lib/Catalyst/View/ContentNegotiation

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Mon Feb 9 10:46:01 GMT 2009


Author: t0m
Date: 2009-02-09 10:46:01 +0000 (Mon, 09 Feb 2009)
New Revision: 9271

Modified:
   Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/Changes
   Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/Makefile.PL
   Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/lib/Catalyst/View/ContentNegotiation/XHTML.pm
Log:
Checking in changes prior to tagging of version 1.101.  Changelog diff is:

Index: Changes
===================================================================
--- Changes	(revision 9270)
+++ Changes	(working copy)
@@ -1,3 +1,5 @@
+1.101
+  - Fix dependencies in Makefile.PL, merge fail :/
 1.100
   - Refactor into a Moose Role for use with alternate views. (rafl)
   - Additional documentation (t0m)


Modified: Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/Changes
===================================================================
--- Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/Changes	2009-02-08 19:25:15 UTC (rev 9270)
+++ Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/Changes	2009-02-09 10:46:01 UTC (rev 9271)
@@ -1,3 +1,5 @@
+1.101
+  - Fix dependencies in Makefile.PL, merge fail :/
 1.100
   - Refactor into a Moose Role for use with alternate views. (rafl)
   - Additional documentation (t0m)

Modified: Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/Makefile.PL
===================================================================
--- Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/Makefile.PL	2009-02-08 19:25:15 UTC (rev 9270)
+++ Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/Makefile.PL	2009-02-09 10:46:01 UTC (rev 9271)
@@ -7,6 +7,8 @@
 requires 'Catalyst::View::TT';
 requires 'HTTP::Negotiate';
 requires 'MRO::Compat';
+requires 'MooseX::Types::Structured';
+requires 'MooseX::Types::Moose';
 
 test_requires 'Catalyst::Action::RenderView';
 test_requires 'Test::WWW::Mechanize::Catalyst';

Modified: Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/lib/Catalyst/View/ContentNegotiation/XHTML.pm
===================================================================
--- Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/lib/Catalyst/View/ContentNegotiation/XHTML.pm	2009-02-08 19:25:15 UTC (rev 9270)
+++ Catalyst-View-ContentNegotiation-XHTML/1.000/trunk/lib/Catalyst/View/ContentNegotiation/XHTML.pm	2009-02-09 10:46:01 UTC (rev 9271)
@@ -8,7 +8,7 @@
 use namespace::clean -except => 'meta';
 
 # Remember to bump $VERSION in View::TT::XHTML also.
-our $VERSION = '1.100';
+our $VERSION = '1.101';
 
 requires 'process';
 




More information about the Catalyst-commits mailing list