summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index cd7c009..18af759 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,9 +12,10 @@ WriteMakefile(
'INSTALLSCRIPT' => '/usr/local/bin',
'INSTALLSITEBIN' => '/usr/local/bin',
PREREQ_PM => {
- 'Test::More' => 0,
- 'IPC::Run' => 0,
- 'File::Slurp' => 0,
+ 'Test::More' => 0,
+ 'IPC::Run' => 0,
+ 'File::Slurp' => 0,
+ 'Archive::Zip' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'HTML-AutoConvert-*' },