Changes				Version to version change log
crc32				Utility program to print out file CRC's
docs/appnote.iz			Zip format description (from Info-Zip, annotated)
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/mailZip.pl		make and mail a zip file
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/selfex.pl		a brief example of a self-extracting Zip
examples/unzipAll.pl		uses Archive::Zip::Tree to unzip an entire Zip
examples/updateTree.pl		shows how to update a Zip in place
examples/updateZip.pl		shows how to read/modify/write a Zip
examples/writeScalar.pl		shows how to use IO::Scalar as the destination of a Zip write
examples/writeScalar2.pl	shows how to use IO::String as the destination of a Zip write
examples/zip.pl			Constructs a Zip file
examples/zipcheck.pl		One way to check a Zip file for validity
examples/zipGrep.pl		Searches for text in Zip files
examples/zipinfo.pl		Prints out information about a Zip archive file
examples/ziprecent.pl		Puts recent files into a zipfile
examples/ziptest.pl		Another way to check a Zip file for validity
INSTALL				How to install this module
lib/Archive/Zip.pm		The Archive::Zip module itself
lib/Archive/Zip.pod		Documentation (split from the .pm file in 1.02)
lib/Archive/Zip/BufferedFileHandle.pm	To be used to write Zip files to strings
lib/Archive/Zip/FAQ.pod		Frequently Asked Questions
lib/Archive/Zip/MemberRead.pm	Provides IO handles for Zip members.
lib/Archive/Zip/MockFileHandle.pm	To be used to write Zip files to whatever
lib/Archive/Zip/Tree.pm		Support for hierarchical operations
Makefile.PL			Perl program to construct the Makefile
MANIFEST			This file
META.yml			Module meta-data (added by MakeMaker)
README				Overview
t/00.load.t
t/common.pl			Common bits used by test programs
t/pod.t
t/test.t			Regression test program
t/testex.t			Tests the examples
t/testMemberRead.t		Tests Archive::Zip::MemberRead
t/testTree.t			Tests tree features
t/testUpdate.t			Tests updating features
t/za_archive_zip.t
TODO				Stuff left to do
