A collection of Perl modules to manipulate files on Mac OS X
MacOSX::File is a collection of Perl modules that allows you to do what binaries in /Developer/Tools allows you to do directly via perl. You can implement your own CpMac, MvMac, GetFileInfo and SetFile without calling these binaries.
MacOSX::File is a collection of Perl modules that allows you to do what binaries in /Developer/Tools allows you to do directly via perl. You can implement your own CpMac, MvMac, GetFileInfo and SetFile without calling these binaries.
To install p5.32-macosx-file, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-macosx-file
To see what files were installed by p5.32-macosx-file, run:
port contents p5.32-macosx-file
To later upgrade p5.32-macosx-file, run:
sudo port selfupdate && sudo port upgrade p5.32-macosx-file
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.