added requirement of Archive::Tar and Compress::Zlib
This commit is contained in:
parent
a7b67170b9
commit
55d995456d
3 changed files with 36 additions and 0 deletions
|
|
@ -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
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue