The Monotone::AutomateStdio class gives a Perl developer access to the Monotone automate stdio facility via an easy to use interface. All command, option and output formats are handled internally by this class. Any structured information returned by Monotone is parsed and returned back to the caller as lists of records for ease of access or alternatively as one large string.
The Monotone::AutomateStdio class gives a Perl developer access to the Monotone automate stdio facility via an easy to use interface. All command, option and output formats are handled internally by this class. Any structured information returned by Monotone is parsed and returned back to the caller as lists of records for ease of access or alternatively as one large string.
To install p5.30-monotone-automatestdio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-monotone-automatestdio
To see what files were installed by p5.30-monotone-automatestdio, run:
port contents p5.30-monotone-automatestdio
To later upgrade p5.30-monotone-automatestdio, run:
sudo port selfupdate && sudo port upgrade p5.30-monotone-automatestdio
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.