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.
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
After installing, you can find documentation for this module with the perldoc command.
perldoc Archive::Zip
Bugs should be reported on GitHub
https://github.com/redhotpenguin/perl-Archive-Zip/issues
For other issues contact the maintainer.
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.
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.