Reading and writing configuration files is one of the most frequent tasks of any software design. Config::Simple is the library that helps you with it. Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax automatically. Library supports parsing, updating and creating configuration files.
Reading and writing configuration files is one of the most frequent tasks of any software design. Config::Simple is the library that helps you with it. Config::Simple is a class representing configuration file object. It supports several configuration file syntax and tries to identify the file syntax automatically. Library supports parsing, updating and creating configuration files.
To install p5.28-config-simple, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-config-simple
To see what files were installed by p5.28-config-simple, run:
port contents p5.28-config-simple
To later upgrade p5.28-config-simple, run:
sudo port selfupdate && sudo port upgrade p5.28-config-simple
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.