added requirement of Archive::Tar and Compress::Zlib

This commit is contained in:
JT Smith 2003-05-26 07:04:13 +00:00
parent a7b67170b9
commit 55d995456d
3 changed files with 36 additions and 0 deletions

View file

@ -19,6 +19,14 @@ save you many hours of grief.
sitename = www.mycompany.com
* You'll need to add two new Perl modules on some platforms. They are
Compress::Zlib and Archive::Tar.
perl -MCPAN -e shell
install Archive::Tar
install Compress:Zlib
exit
5.2.0
--------------------------------------------------------------------

View file

@ -20,6 +20,8 @@ QnD INSTALL INSTRUCTIONS:
Digest::MD5
Date::Calc
HTML::Parser
Archive::Tar
Compress::Zlib
Image::Magick (optional)
Cache::FileCache (optional)