aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
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 /Makefile.PL
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 'Makefile.PL')
-rw-r--r--Makefile.PL1
1 files changed, 0 insertions, 1 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,