summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-07-04 17:46:56 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-07-04 17:46:56 +0000
commit8538680d8b9b92f693f7e03b48332627d4b129a0 (patch)
tree2169a8a430ddb3c7e0044d285f9496c40416cda4 /README
downloadArchive-Extract-tarball-8538680d8b9b92f693f7e03b48332627d4b129a0.tar.gz
Archive-Extract-0.76HEADArchive-Extract-0.76master
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 40 insertions, 0 deletions
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 <kane@cpan.org>.
+
+COPYRIGHT
+ This module is copyright (c) 2002 Jos Boumans <kane@cpan.org>. All
+ rights reserved.
+
+ This library is free software; you may redistribute and/or modify it
+ under the same terms as Perl itself.