summaryrefslogtreecommitdiffstats
path: root/perl/perl-Filesys-Df/slack-desc
diff options
context:
space:
mode:
author Michel A. BEGUE2019-05-09 18:59:57 +0200
committer Willy Sudiarto Raharjo2019-05-09 18:59:57 +0200
commit721aedce3b8d6e2e770f31a8a7de3cd9a4d416e1 (patch)
tree9af63d69929d0dbfa0a0870b841dd07947920670 /perl/perl-Filesys-Df/slack-desc
parent039620eb7df268b5cecc7415b414b2f41d688135 (diff)
downloadslackbuilds-721aedce3b8d6e2e770f31a8a7de3cd9a4d416e1.tar.gz
perl/perl-Filesys-Df: Added (filesystem disk space information).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Filesys-Df/slack-desc')
-rw-r--r--perl/perl-Filesys-Df/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Filesys-Df/slack-desc b/perl/perl-Filesys-Df/slack-desc
new file mode 100644
index 0000000000..e3ad6a0d30
--- /dev/null
+++ b/perl/perl-Filesys-Df/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+perl-Filesys-Df: perl-Filesys-Df (filesystem disk space information)
+perl-Filesys-Df:
+perl-Filesys-Df: This module provides a way to obtain filesystem disk space
+perl-Filesys-Df: information. This is a Unix only distribution. If you want to gather
+perl-Filesys-Df: this information for Unix and Windows, use Filesys::DfPortable.
+perl-Filesys-Df: The only major benefit of using Filesys::Df over Filesys::DfPortable,
+perl-Filesys-Df: is that Filesys::Df supports the use of open filehandles as arguments.
+perl-Filesys-Df:
+perl-Filesys-Df: df() requires a argument that represents the filesystem you want to
+perl-Filesys-Df: query. The argument can be either a scalar directory/file name or a
+perl-Filesys-Df: open filehandle.