aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL1
-rwxr-xr-xbin/runcrypt5
2 files changed, 0 insertions, 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<English|English>
=item *
-L<File::stat|File::stat>
-
-=item *
-
L<Getopt::Long::Descriptive|Getopt::Long::Descriptive>
=item *