mirror of
https://codeberg.org/scip/Data-Validate-Struct.git
synced 2025-12-17 12:41:09 +01:00
Remove debug
This commit is contained in:
2
t/run.t
2
t/run.t
@@ -126,7 +126,7 @@ my $cfg = {
|
|||||||
|
|
||||||
my $v = new_ok('Data::Validate::Struct', [ $ref ]);
|
my $v = new_ok('Data::Validate::Struct', [ $ref ]);
|
||||||
ok ($v->validate($cfg), "validate a reference against a OK config");
|
ok ($v->validate($cfg), "validate a reference against a OK config");
|
||||||
print STDERR "\n\n\n",$v->errstr(),"\n\n\n";
|
|
||||||
|
|
||||||
|
|
||||||
# check failure matching
|
# check failure matching
|
||||||
|
|||||||
Reference in New Issue
Block a user