Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.17.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index c418b5b..459eeff 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Perl extension FormValidator::Lite

+0.17
+
+        - (no feature changes)
+        - fixed testing issue.
+
 0.16

         - $v->get_error_messages() should return arrayref in scalar context.
  • Loading branch information
tokuhirom committed Jul 21, 2010
1 parent 5be1062 commit 490aab2
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.17

- (no feature changes)
- fixed testing issue.

0.16

- $v->get_error_messages() should return arrayref in scalar context.
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.16';
our $VERSION = '0.17';

our $Rules;
our $FileRules;
Expand Down

0 comments on commit 490aab2

Please sign in to comment.