From 8538680d8b9b92f693f7e03b48332627d4b129a0 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 4 Jul 2015 17:46:56 +0000 Subject: Archive-Extract-0.76 --- README | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..267bbe1 --- /dev/null +++ b/README @@ -0,0 +1,40 @@ +This is the README file for Archive::Extract, a perl module for +generic archive extraction + +Please refer to 'perldoc Archive::Extract' after installation for details. + +##################################################################### + +* Description + +Archive::Extract + + Archive::Extract is a generic archive extraction mechanism. + + It allows you to extract .tgz, .tar, .gz and .zip files, using + either perl modules or commandline tools + +##################################################################### + +* Installation + +Archive::Extract follows the standard perl module install process + +perl Makefile.PL +make +make test +make install + +The module uses no C or XS parts, so no c-compiler is required. + +###################################################################### + +AUTHOR + This module by Jos Boumans . + +COPYRIGHT + This module is copyright (c) 2002 Jos Boumans . All + rights reserved. + + This library is free software; you may redistribute and/or modify it + under the same terms as Perl itself. -- cgit v1.2.1