Initial Windows agent repository
This commit is contained in:
commit
a0db0c2e5b
10589 changed files with 3844063 additions and 0 deletions
58
OGP64/usr/share/doc/perl-Archive-Zip/README.md
Normal file
58
OGP64/usr/share/doc/perl-Archive-Zip/README.md
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue