From 8eb8ccd677126e77da96d1f819cdf1c6dc83fb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Sim=C3=B5es?= Date: Wed, 1 Feb 2023 20:20:21 +0000 Subject: [PATCH] Remove debug --- t/run.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/run.t b/t/run.t index ec35deb..d297654 100644 --- a/t/run.t +++ b/t/run.t @@ -126,7 +126,7 @@ my $cfg = { my $v = new_ok('Data::Validate::Struct', [ $ref ]); ok ($v->validate($cfg), "validate a reference against a OK config"); -print STDERR "\n\n\n",$v->errstr(),"\n\n\n"; + # check failure matching