Skip to content

Commit

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

+0.12
+
+        - allow empty string parameter when NOT_NULL constraints is not set
+        - fixed regexp of INT, UINT constraints (fujiwara++)
+
 0.11

         - some pod fix(by kan++)
  • Loading branch information
typester committed May 18, 2010
1 parent ff8b8d0 commit ceb1b88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension FormValidator::Lite

0.12

- allow empty string parameter when NOT_NULL constraints is not set
- fixed regexp of INT, UINT constraints (fujiwara++)

0.11

- some pod fix(by kan++)
Expand Down
2 changes: 1 addition & 1 deletion lib/FormValidator/Lite.pm
Expand Up @@ -8,7 +8,7 @@ use Scalar::Util qw/blessed/;
use FormValidator::Lite::Constraint::Default;
use FormValidator::Lite::Upload;

our $VERSION = '0.11';
our $VERSION = '0.12';

our $Rules;
our $FileRules;
Expand Down

0 comments on commit ceb1b88

Please sign in to comment.