Changes                     Version to version change log
INSTALL                     How to install this module
MANIFEST                    This file
Makefile.PL                 Perl program to construct the Makefile
README                      Overview
TODO                        Stuff left to do
docs/Appnote.txt            PKZIP format description
docs/Archive-Zip.pdf        Object model, PDF version
docs/Archive-Zip.ps         Object model, Postscript version
docs/ideas.txt              Misc ideas for extra field extension
examples/calcSizes.pl       How to find out how big a zip file will be before writing it
examples/copy.pl            Copies one ZIP file to another
examples/extract.pl         extract file(s) from a zip
examples/mfh.pl             demo for use of MockFileHandle
examples/readScalar.pl      shows how to use IO::Scalar as the source of a zip read
examples/unzipAll.pl        uses Archive::Zip::Tree to unzip an entire zip
examples/writeScalar.pl     shows how to use IO::Scalar as the destination of a zip write
examples/zip.pl             Constructs a zip file
examples/zipinfo.pl         Prints out information about a ZIP archive file
examples/zipGrep.pl         Searches for text in zip files
examples/ziptest.pl         Lists a ZIP file and checks member CRCs
examples/ziprecent.pl       Puts recent files into a zipfile
lib/Archive/Zip.pm          The Archive::Zip module itself
lib/Archive/Zip/Tree.pm     Support for hierarchical operations
lib/Archive/Zip/BufferedFileHandle.pm   To be used to write ZIP files to strings
lib/Archive/Zip/MockFileHandle.pm   To be used to write ZIP files to whatever
t/test.t                    Regression test program
t/testex.t                  Tests the examples
t/common.pl                 Common bits used by test programs
crc32                       Utility program to print out file CRC's
