mirror of
https://codeberg.org/scip/Data-Validate-Struct.git
synced 2025-12-17 04:31:01 +01:00
fixed cached errors bug
This commit is contained in:
10
Changelog
10
Changelog
@@ -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.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user