[Catalyst-commits] r12962 - in Catalyst-Plugin-FormValidator/trunk: . lib/Catalyst/Plugin

dhoss at dev.catalyst.perl.org dhoss at dev.catalyst.perl.org
Sun Feb 21 23:49:10 GMT 2010


Author: dhoss
Date: 2010-02-21 23:49:10 +0000 (Sun, 21 Feb 2010)
New Revision: 12962

Modified:
   Catalyst-Plugin-FormValidator/trunk/Changes
   Catalyst-Plugin-FormValidator/trunk/lib/Catalyst/Plugin/FormValidator.pm
Log:
Checking in changes prior to tagging of version 0.092.  Changelog diff is:

Index: Changes
===================================================================
--- Changes	(revision 12961)
+++ Changes	(working copy)
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::FormValidator.
 
-0.10  Sun Feb 21  16:04:00
+0.092  Sun Feb 21  16:04:00
        - added proper Class::C3::Adopt::NEXT method calls
 0.091 Sun Feb 21  16:00:00
        - Removed extra plugins from Cat test app


Modified: Catalyst-Plugin-FormValidator/trunk/Changes
===================================================================
--- Catalyst-Plugin-FormValidator/trunk/Changes	2010-02-21 23:48:16 UTC (rev 12961)
+++ Catalyst-Plugin-FormValidator/trunk/Changes	2010-02-21 23:49:10 UTC (rev 12962)
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::FormValidator.
 
-0.10  Sun Feb 21  16:04:00
+0.092  Sun Feb 21  16:04:00
        - added proper Class::C3::Adopt::NEXT method calls
 0.091 Sun Feb 21  16:00:00
        - Removed extra plugins from Cat test app

Modified: Catalyst-Plugin-FormValidator/trunk/lib/Catalyst/Plugin/FormValidator.pm
===================================================================
--- Catalyst-Plugin-FormValidator/trunk/lib/Catalyst/Plugin/FormValidator.pm	2010-02-21 23:48:16 UTC (rev 12961)
+++ Catalyst-Plugin-FormValidator/trunk/lib/Catalyst/Plugin/FormValidator.pm	2010-02-21 23:49:10 UTC (rev 12962)
@@ -3,7 +3,7 @@
 use strict;
 use Class::C3::Adopt::NEXT;
 use Data::FormValidator;
-our $VERSION = '0.091';
+our $VERSION = '0.092';
 $VERSION = eval $VERSION;
 
 sub prepare {




More information about the Catalyst-commits mailing list