summaryrefslogtreecommitdiffstats
path: root/perl/perl-Archive-Extract/README
diff options
context:
space:
mode:
author Andreas Voegele2013-12-25 12:35:19 +0100
committer Robby Workman2013-12-25 22:05:43 +0100
commit8d3be0cc257d6b06285114aa0466006b3a8d37ae (patch)
treed388a5e5485c205cd6388d6c628bc98297a4378f /perl/perl-Archive-Extract/README
parentf2238f8a9a00291a2005e7d5ebede2ff10ef42ac (diff)
downloadslackbuilds-8d3be0cc257d6b06285114aa0466006b3a8d37ae.tar.gz
perl/perl-Archive-Extract: Added (Generic archive extracting).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Archive-Extract/README')
-rw-r--r--perl/perl-Archive-Extract/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Archive-Extract/README b/perl/perl-Archive-Extract/README
new file mode 100644
index 0000000000..be6bf78bb0
--- /dev/null
+++ b/perl/perl-Archive-Extract/README
@@ -0,0 +1,5 @@
+Archive::Extract allows you to extract any archive file of the type
+.tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz, .txz, .tar.xz
+or .lzma without having to worry how it does so, or use different
+interfaces for each type by using either Perl modules, or command-line
+tools on your system.