58 lines
1.1 KiB
Markdown
58 lines
1.1 KiB
Markdown
# Archive-Zip
|
|
|
|
The Archive::Zip module allows a Perl program to create, manipulate, read,
|
|
and write Zip archive files.
|
|
|
|
See https://metacpan.org/pod/Archive::Zip for more information.
|
|
|
|
|
|
# INSTALLATION
|
|
|
|
To install this module, run the following commands:
|
|
|
|
perl Makefile.PL
|
|
make
|
|
make test
|
|
make install
|
|
|
|
|
|
# SUPPORT AND DOCUMENTATION
|
|
|
|
After installing, you can find documentation for this module with the
|
|
perldoc command.
|
|
|
|
perldoc Archive::Zip
|
|
|
|
|
|
# SUPPORT
|
|
|
|
Bugs should be reported on GitHub
|
|
|
|
https://github.com/redhotpenguin/perl-Archive-Zip/issues
|
|
|
|
For other issues contact the maintainer.
|
|
|
|
|
|
# AUTHOR
|
|
|
|
Currently maintained by Fred Moyer <fred@redhotpenguin.com>
|
|
|
|
Previously maintained by Adam Kennedy <adamk@cpan.org>
|
|
|
|
Previously maintained by Steve Peters <steve@fisharerojo.org>.
|
|
|
|
File attributes code by Maurice Aubrey <maurice@lovelyfilth.com>.
|
|
|
|
Originally by Ned Konz <nedkonz@cpan.org>.
|
|
|
|
|
|
# COPYRIGHT
|
|
|
|
Some parts copyright 2006 - 2012 Adam Kennedy.
|
|
|
|
Some parts copyright 2005 Steve Peters.
|
|
|
|
Original work copyright 2000 - 2004 Ned Konz.
|
|
|
|
This program is free software; you can redistribute it and/or modify it
|
|
under the same terms as Perl itself.
|