From ae585535f616e7d06d017d4df4548ce2cc2764f4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 5 Jul 2022 12:18:23 +0100 Subject: [PATCH] disable statement unlikely for die after exec, sigh --- yarrg/web/autohandler | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yarrg/web/autohandler b/yarrg/web/autohandler index 8ff0996..64e31fc 100644 --- a/yarrg/web/autohandler +++ b/yarrg/web/autohandler @@ -35,6 +35,8 @@ <%perl> +no warnings qw(exec); + use CommodsWeb; my $printable= printable($m); -- 2.30.2