diff options
Diffstat (limited to 'perl/perl-Archive-Extract/README')
-rw-r--r-- | perl/perl-Archive-Extract/README | 5 |
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. |