summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorivan <ivan>2008-08-12 04:02:02 +0000
committerivan <ivan>2008-08-12 04:02:02 +0000
commit9fbeda1dc776c602ce14d3874368d4620c079b60 (patch)
tree1c4eeceb1a881caa99dd2e2d600c0c637bb87df2 /Makefile.PL
parentcba80d78f46ea7541c37efd54262ab1c0dff67e9 (diff)
add image handling and prevent leaking temporary files (ourselves, Archive::Zip might be)
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-*' },