[Catalyst-commits] r11671 - in Catalyst-Action-RenderView/trunk: . lib/Catalyst/Action

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Sat Oct 24 11:51:51 GMT 2009


Author: rafl
Date: 2009-10-24 11:51:49 +0000 (Sat, 24 Oct 2009)
New Revision: 11671

Modified:
   Catalyst-Action-RenderView/trunk/Changes
   Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm
Log:
Version 0.13.

Modified: Catalyst-Action-RenderView/trunk/Changes
===================================================================
--- Catalyst-Action-RenderView/trunk/Changes	2009-10-24 02:44:17 UTC (rev 11670)
+++ Catalyst-Action-RenderView/trunk/Changes	2009-10-24 11:51:49 UTC (rev 11671)
@@ -1,3 +1,6 @@
+0.13 2009-10-24 04:48:03 PDT
+    - Re-release 0.12 without changes for reindexing by CPAN/PAUSE.
+
 0.12 2009-10-18 19:10:00 BST
     - Fixup copyright information
 

Modified: Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm
===================================================================
--- Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm	2009-10-24 02:44:17 UTC (rev 11670)
+++ Catalyst-Action-RenderView/trunk/lib/Catalyst/Action/RenderView.pm	2009-10-24 11:51:49 UTC (rev 11671)
@@ -3,7 +3,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 
 use base 'Catalyst::Action';
 
@@ -141,10 +141,12 @@
       # do stuff here
     }
 
-=head1 AUTHOR
+=head1 AUTHORS
 
 Marcus Ramberg <marcus at thefeed.no>
 
+Florian Ragwitz E<lt>rafl at debian.orgE<gt>
+
 =head1 COPYRIGHT
 
 Copyright (c) 2006 - 2009




More information about the Catalyst-commits mailing list