Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > e2ba4a1b4bd1ee7ecc029142e1d6552c > files > 10

perl-Archive-Zip-0.11-1mdk.i586.rpm

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/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/zip.pl             Constructs a zip file
examples/zipinfo.pl         Prints out information about a ZIP archive file
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