From d18ce63b0721e9ad327c98d9cf24a36bccc9ea3e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 21 Feb 2018 16:36:45 +1300 Subject: Remove unneeded File::stat dependency This was added in b8625a2, likely as part of an aborted experiment in checking that the permissions of the "passfile" for runcrypt(1) were acceptably limited. --- Makefile.PL | 1 - bin/runcrypt | 5 ----- 2 files changed, 6 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index dba409c..5e4dc93 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,7 +20,6 @@ WriteMakefile( PREREQ_PM => { 'Carp' => 0, 'English' => 0, - 'File::stat' => 0, 'Getopt::Long::Descriptive' => 0, 'IPC::Run3' => 0, 'Mail::GnuPG' => 0, diff --git a/bin/runcrypt b/bin/runcrypt index 1e2def6..96a9a73 100755 --- a/bin/runcrypt +++ b/bin/runcrypt @@ -11,7 +11,6 @@ use 5.008_001; # Import required modules use English '-no_match_vars'; -use File::stat; use Getopt::Long::Descriptive; use Mail::Run::Crypt; @@ -259,10 +258,6 @@ L =item * -L - -=item * - L =item * -- cgit v1.2.3