summaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Tar/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 20:24:14 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 20:24:14 +0000
commitb427eb87ce990f7727a5d63c107d34cd197c528f (patch)
treeb6471bf3db242c75032be3311f7a4ce717187c43 /archivers/p5-Archive-Tar/DESCR
parent461042de918b432b8c3c3a7c19d772e646f65dfa (diff)
downloadpkgsrc-b427eb87ce990f7727a5d63c107d34cd197c528f.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'archivers/p5-Archive-Tar/DESCR')
-rw-r--r--archivers/p5-Archive-Tar/DESCR9
1 files changed, 9 insertions, 0 deletions
diff --git a/archivers/p5-Archive-Tar/DESCR b/archivers/p5-Archive-Tar/DESCR
new file mode 100644
index 00000000000..f6b47107ad5
--- /dev/null
+++ b/archivers/p5-Archive-Tar/DESCR
@@ -0,0 +1,9 @@
+Perl module for creation and manipulation of tar files.
+
+This module uses no C-coded parts in itself, but it will try to use
+the Compress::Zlib module to read and write gzipped tarfiles.
+Archive::Tar will still work without Zlib, it will just complain a
+little bit (and, of course, not be able to use compression). The
+complaining will be removed when the module leaves the alpha stage,
+and can be trivially removed by commenting out the offending print
+near the top of Tar.pm.