Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.08. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 5982177..ece53a4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension FormValidator::Lite

+0.08
+
+        - depend to CGI.pm 3.31 or later.
+          old CGI.pm has a bug, on osx.
+          (suggested by yappo++)
+
 0.07

         - oops. fixed broken test.
  • Loading branch information
tokuhirom committed Mar 10, 2010
1 parent 288d815 commit 7a5574c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Perl extension FormValidator::Lite

0.08

- depend to CGI.pm 3.31 or later.
old CGI.pm has a bug, on osx.
(suggested by yappo++)

0.07

- oops. fixed broken test.
Expand Down
2 changes: 1 addition & 1 deletion lib/FormValidator/Lite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Scalar::Util qw/blessed/;
use FormValidator::Lite::Constraint::Default;
use FormValidator::Lite::Upload;

our $VERSION = '0.07';
our $VERSION = '0.08';

our $Rules;
our $FileRules;
Expand Down

0 comments on commit 7a5574c

Please sign in to comment.