fixed cached errors bug

This commit is contained in:
git@daemon.de
2014-12-02 08:04:21 +01:00
parent 5025224c3d
commit fb50f16742
2 changed files with 13 additions and 5 deletions

View File

@@ -1,7 +1,13 @@
NEXT
0.9
o Added AUTHOR, LICENSE and ABSTRACT fields to Makefile.PL
o Fixed 'Artistic' typo in Makefile.PL
o fixed cached errors bug - if a validator object has
been used multiple times and if during the first
run some errors occured, subsequent runs would show
the same error again and again.
0.08
o applied patches by Per Carlson:
- don't die on 1st error, rather collect them and
@@ -39,7 +45,7 @@ NEXT
o well, against renamed it to Data::Validate::Struct,
because Data::Validate already exists.
o removed chack for 'resolvablehost' because some cpantesters
o removed check for 'resolvablehost' because some cpantesters
failed to run it.