X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=18af75979dcaf2ab2f5d3c3a112e2bddbffba4b1;hb=9fbeda1dc776c602ce14d3874368d4620c079b60;hp=cd7c009a48578733d361452f60a45a1d606951ef;hpb=cba80d78f46ea7541c37efd54262ab1c0dff67e9;p=HTML-AutoConvert.git 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-*' },