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.
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.
To install p5.34-sys-filesystem, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.34-sys-filesystem
To see what files were installed by p5.34-sys-filesystem, run:
port contents p5.34-sys-filesystem
To later upgrade p5.34-sys-filesystem, run:
sudo port selfupdate && sudo port upgrade p5.34-sys-filesystem
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.