From: Ian Jackson Date: Tue, 5 Jul 2022 11:11:27 +0000 (+0100) Subject: disable statement unlikely for die after exec, sigh X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?p=ypp-sc-tools.git;a=commitdiff_plain;h=9a0d51c1af18c8797002b08b7ded985ebabfb6d6 disable statement unlikely for die after exec, sigh --- 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);