From 94654c1197e1c7f19c248348aceb526a3a6db921 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Tue, 14 Sep 2021 10:24:53 +0200 Subject: [PATCH] fix for RT #139318 --- lib/Text/Diff.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Text/Diff.pm b/lib/Text/Diff.pm index 7f3a613..2ac021f 100644 --- a/lib/Text/Diff.pm +++ b/lib/Text/Diff.pm @@ -71,7 +71,7 @@ sub diff { $seqs[$i] = [<$seq>]; } else { - confess "Can't handle input of type ", ref; + confess "Can't handle input of type $type"; } }