989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
11 lines
526 B
Text
11 lines
526 B
Text
This module provides a way to obtain filesystem disk space information.
|
|
This is a Unix only distribution. If you want to gather this information
|
|
for Unix and Windows, use Filesys::DfPortable. The only major benefit of
|
|
using Filesys::Df over Filesys::DfPortable, is that Filesys::Df supports
|
|
the use of open filehandles as arguments.
|
|
|
|
The module should work with all flavors of Unix, including Mac OS X
|
|
(Darwin, Tiger, etc), and Cygwin.
|
|
|
|
Author: Ian Guthrie <IGuthrie@aol.com>
|
|
WWW: http://search.cpan.org/dist/Filesys-Df/
|