Debian lenny version packages
[pkg-perl] / deb-src / libarchive-zip-perl / libarchive-zip-perl-1.18 / README
1 The Archive::Zip module allows a Perl program to create, manipulate,
2 read, and write Zip archive files.
3
4 Zip archives can be created, or you can read from existing zip files.
5 Once created, they can be written to files, streams, or strings.
6
7 Members can be added, removed, extracted, replaced, rearranged, and
8 enumerated.  They can also be renamed or have their dates, comments, or
9 other attributes queried or modified.  Their data can be compressed or
10 uncompressed as needed.  Members can be created from members in existing
11 Zip files, or from existing directories, files, or strings.
12
13 This module uses the Compress::Zlib library to read and write the
14 compressed streams inside the files.
15
16 Examples and helper libraries are given to show how:
17   * zip files can be written to strings
18   * zip files can be written in chunks to arbitrary functions
19
20 Documentation will be installed as man pages for:
21         Archive::Zip
22         Archive::Zip::FAQ
23         Archive::Zip::Tree
24         Archive::Zip::MemberRead
25
26 Copyright (c) 2000-2003 Ned Konz. All rights reserved.  This program is free
27 software; you can redistribute it and/or modify it under the same terms
28 as Perl itself.