From 5671ca5b4e809d7b0c0838c0705d62383121b18b 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..b8db69a4b 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', 'the thing should match'; }