Module: Monotone::AutomateStdio
Author: Tony Cooper
Included in monotone: no
Available in a monotone repository.
URI: mtn://code.monotone.ca/mas?net.venge.monotone.contrib.lib.automate-stdio
Web site: https://code.monotone.ca/p/mas/
Monotone::AutomateStdio is an object oriented Perl library module that allows Perl applications to easily interface with Monotone's automate stdio interface.
Monotone's automate stdio interface is a mode whereby commands are sent to a mtn process via its stdin file descriptor and the resultant output is read back from its stdout. Both mtn-browse (via this library) and later versions of monotone-viz make use of automate stdio.