The OpenOffice.org Utility Library has a small set of requirements.  Each
requirement needs to be installed correctly for ooolib to work.

zip requirement:

You are either required to install the zip command or the Archive::Zip Perl
module.  The default is to install the Archive::Zip Perl module as of ooolib
version 0.1.7.  See http://search.cpan.org/~nedkonz/Archive-Zip-1.14/ for
more information abot Archive::Zip.

Zip Command
If you choose the zip command option, first make sure that you have the zip 
command installed.  See http://www.info-zip.org/pub/infozip/ for more
information.  Then, when you create documents, add the "zip" option like these:

$doc = new ooolib("sxc", "zip");
$doc = new ooolib("sxw", "zip");

Archive::Zip
If you decide to use the default method, you will need to make sure
Archive::Zip is installed.  You can either use the CPAN shell, download and
manually install, or for Gentoo users like me, use the command
"emerge Archive-Zip".
