slack-desc 1.2 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. perl-Filesys-Df: perl-Filesys-Df (filesystem disk space information)
  9. perl-Filesys-Df:
  10. perl-Filesys-Df: This module provides a way to obtain filesystem disk space
  11. perl-Filesys-Df: information. This is a Unix only distribution. If you want to gather
  12. perl-Filesys-Df: this information for Unix and Windows, use Filesys::DfPortable.
  13. perl-Filesys-Df: The only major benefit of using Filesys::Df over Filesys::DfPortable,
  14. perl-Filesys-Df: is that Filesys::Df supports the use of open filehandles as arguments.
  15. perl-Filesys-Df:
  16. perl-Filesys-Df: df() requires a argument that represents the filesystem you want to
  17. perl-Filesys-Df: query. The argument can be either a scalar directory/file name or a
  18. perl-Filesys-Df: open filehandle.