aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:08:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:08:47 +1300
commitaebde35e82d40b0fa4a3d0b22749321d2222e889 (patch)
tree19eebb21b889a68ca7a43c04bd09bb5ea8eccafc
parentSpecify Perl 5.10 in Makefile.PL (diff)
downloadMail-Run-Crypt-aebde35e82d40b0fa4a3d0b22749321d2222e889.tar.gz
Mail-Run-Crypt-aebde35e82d40b0fa4a3d0b22749321d2222e889.zip
Add prerequisites to Makefile.PL
-rw-r--r--Makefile.PL10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0569ab5..5d8139f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,8 +18,14 @@ WriteMakefile(
'Test::More' => '0',
},
PREREQ_PM => {
- #'ABC' => '1.6',
- #'Foo::Bar::Module' => '5.0401',
+ 'Carp' => 0,
+ 'Const::Fast' => 0,
+ 'English' => 0,
+ 'File::stat' => 0,
+ 'Getopt::Long::Descriptive' => 0,
+ 'IPC::Run3' => 0,
+ 'Mail::GnuPG' => 0,
+ 'MIME::Entity' => 0,
},
EXE_FILES => ['bin/runcrypt'],
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },