From 9a0d51c1af18c8797002b08b7ded985ebabfb6d6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 5 Jul 2022 12:11:27 +0100 Subject: [PATCH] disable statement unlikely for die after exec, sigh --- yarrg/Commods.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yarrg/Commods.pm b/yarrg/Commods.pm index 5d0ffe2..fcd3eac 100644 --- a/yarrg/Commods.pm +++ b/yarrg/Commods.pm @@ -30,6 +30,8 @@ use LWP::UserAgent; use strict; use warnings; +no warnings qw(exec); + BEGIN { use Exporter (); our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS); -- 2.30.2