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. diff --git a/lib/FormValidator/Lite.pm b/lib/FormValidator/Lite.pm index aa71ca7..929ef32 100644 --- a/lib/FormValidator/Lite.pm +++ b/lib/FormValidator/Lite.pm @@ -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;