From 9189eeb1177218190bbc8c74d86fa1f7c05a10ae Mon Sep 17 00:00:00 2001 From: Ricardo Signes Date: Sun, 9 Jun 2024 15:37:08 -0400 Subject: [PATCH] enforced failure --- t/util.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/util.t b/t/util.t index bd228db66..9879f749e 100644 --- a/t/util.t +++ b/t/util.t @@ -53,7 +53,7 @@ Search::Dict - decoy =head1 SYNOPSIS EOP - is abstract_from_string($pod), 'Do stuff'; + is abstract_from_string($pod), 'This will fail'; }