summaryrefslogtreecommitdiff
path: root/sysutils/p5-Sys-Filesystem/files/patch-lib-Sys-Filesystem.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.22Martin Wilke2007-12-151-10/+10
| | | | | PR: 118362 Submitted by: pirzyk@
* Retrieve list of filesystems and their propertiesRoman Bogorodskiy2006-06-291-0/+11
Sys::Filesystem is intended to be a portable interface to list and query filesystem names and their properties. At the time of writing there were only Solaris and Win32 modules available on CPAN to perform this kind of operation. This module hopes to provide a consistant API to list all, mounted, unmounted and special filesystems on a system, and query as many properties as possible with common aliases wherever possible. WWW: http://search.cpan.org/dist/Sys-Filesystem/ PR: ports/98307 Submitted by: pirzyk