aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:36:45 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:36:45 +1300
commitd18ce63b0721e9ad327c98d9cf24a36bccc9ea3e (patch)
treee66d1d08dcb2ba86d41c76db0b875d338b3444f7 /bin
parentBump version number to 0.10 (diff)
downloadMail-Run-Crypt-d18ce63b0721e9ad327c98d9cf24a36bccc9ea3e.tar.gz
Mail-Run-Crypt-d18ce63b0721e9ad327c98d9cf24a36bccc9ea3e.zip
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.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runcrypt5
1 files changed, 0 insertions, 5 deletions
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<English|English>
=item *
-L<File::stat|File::stat>
-
-=item *
-
L<Getopt::Long::Descriptive|Getopt::Long::Descriptive>
=item *