version bump, changelog update master
Devin Austin [Tue, 13 Jul 2010 21:05:35 +0000 (15:05 -0600)]
Changes
lib/Catalyst/Plugin/FormValidator/Simple.pm

diff --git a/Changes b/Changes
index 11ce072..9b0d5a4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::FormValidator::Simple.
 
+0.15  Tue Jul  13 14:04:00
+    - fixed issue pertinent to https://rt.cpan.org/Ticket/Display.html?id=58363
+
 0.14  Fri Jun  4 22:00:00
     - removed NEXT stuff
 
index bdecd33..cef8bfe 100644 (file)
@@ -6,7 +6,7 @@ use base qw/Catalyst::Plugin::FormValidator/;
 use MRO::Compat;
 require FormValidator::Simple;
 
-our $VERSION = '0.14';
+our $VERSION = '0.15';
 
 sub setup {
     my $self = shift;