# 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 via the CPAN bug tracker

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Archive-Zip

For other issues contact the maintainer


# AUTHOR

Currently maintained by Fred Moyer <[email protected]>

Previously maintained by Adam Kennedy <[email protected]>

Previously maintained by Steve Peters <[email protected]>.

File attributes code by Maurice Aubrey <[email protected]>.

Originally by Ned Konz <[email protected]>.


# 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.