From: Jacob Bachmeyer Date: Wed, 9 Nov 2022 00:43:10 +0000 (-0600) Subject: Remove use of Cwd module X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=aa1638a7ffd0c12335c5b8fc848a1374ce642714;p=gatekeeper.git Remove use of Cwd module Since all file manipulations now use absolute file names, there is no longer any need to query the current working directory. --- diff --git a/gatekeeper.pl b/gatekeeper.pl index 16f2500..acbf1b6 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -181,7 +181,6 @@ use Sys::Syslog qw(:DEFAULT setlogsock); use Getopt::Long; use Text::Wrap; use POSIX qw(strftime WIFSIGNALED WTERMSIG); -use Cwd; use Email::MessageID;