From 9fbeda1dc776c602ce14d3874368d4620c079b60 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 12 Aug 2008 04:02:02 +0000 Subject: add image handling and prevent leaking temporary files (ourselves, Archive::Zip might be) --- Makefile.PL | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.PL') 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-*' }, -- cgit v1.2.1