# # # patch "Changes" # from [2d66dee01535bcfb7b5c84655b632f28cb21d0b6] # to [185bb730f7d88f8a84944841d7c6878c28cab10d] # # patch "README" # from [383a25b9ff56116b69946fa8c9b3504434c61d3f] # to [ee2233b616be488989b68d6d67c097d971931437] # ============================================================ --- Changes 2d66dee01535bcfb7b5c84655b632f28cb21d0b6 +++ Changes 185bb730f7d88f8a84944841d7c6878c28cab10d @@ -1,6 +1,6 @@ Revision history for Perl extension Mono Revision history for Perl extension Monotone::AutomateStdio. -0.02 Wed Jan 7 16:00:00 2009 Anthony Cooper +0.02 Wed Jan 7 16:00:00 2009 Anthony Cooper - Updated to work with Monotone version 0.42 (added the $mtn->file_merge(), $mtn->lua() and $mtn->read_packets() methods and added support for the --no-workspace mtn command line switch). @@ -31,6 +31,6 @@ 0.02 Wed Jan 7 16:00:00 2009 Anthony Co obvious features, and an AUTHORS section. I have also revamped the RETURN VALUE section to make it more readable). -0.01 Sun Nov 9 12:48:46 2008 Anthony Cooper +0.01 Sun Nov 9 12:48:46 2008 Anthony Cooper - original version; created by h2xs 1.23 with options -X -n Monotone::AutomateStdio ============================================================ --- README 383a25b9ff56116b69946fa8c9b3504434c61d3f +++ README ee2233b616be488989b68d6d67c097d971931437 @@ -1,19 +1,21 @@ -Monotone::AutomateStdio version 0.1 +Monotone::AutomateStdio Version 0.1 =================================== This is a Perl library module for accessing Monotone's automate stdio -interface. Monotone is a distributed, change-set, based SCM system. It has a +interface. Monotone is a distributed, change-set, based VCS system. It has a mode where commands can be sent to it via STDIN and output read from it via STDOUT. Monontone::AutomateStdio makes use of this facility to provide the Perl programmer with a programmatic interface to Monotone. -For further details on Monotone see http://monotone.ca. +For further details on Monotone see http://monotone.ca. For further details on +Monotone::AutomateStdio see http://www.coosoft.plus.com/software.html. INSTALLATION ------------ -To install this module type the following: +To install this module simply unpack the tar or zip, change into the created +directory and type the following: perl Makefile.PL make @@ -42,7 +44,7 @@ This module requires these other modules and libraries: - Perl 5.8.5 + * Perl 5.8.5 Older versions of Perl may work but these have not been tested at this point in time.