Skip to content

Commit

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

+0.02
+
+        - is_valid returns 1 or 0
+        - support single value date validation
+
 0.01_05

         - support NOT_NULL constraint in {date => [qw/y m d/]} style key
  • Loading branch information
tokuhirom committed Mar 8, 2009
1 parent d79ed3b commit 1f4c576
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Perl extension FormValidator::Lite

0.02

- is_valid returns 1 or 0
- support single value date validation

0.01_05

- support NOT_NULL constraint in {date => [qw/y m d/]} style key
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.SKIP
Expand Up @@ -19,3 +19,4 @@
^\.shipit$
^\.git/
\.sw[po]$
^nytprof\.out$
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.01_05';
our $VERSION = '0.02';

our $Rules;
our $FileRules;
Expand Down

0 comments on commit 1f4c576

Please sign in to comment.