# # # patch "Changes" # from [185bb730f7d88f8a84944841d7c6878c28cab10d] # to [270224dec01540c3ca90023f54b64a54842143c8] # # patch "README" # from [ee2233b616be488989b68d6d67c097d971931437] # to [2085d909ff3a7b80f495b8807db6e5f03c8d639a] # # patch "lib/Monotone/AutomateStdio.pm" # from [833d93db2d1777858e5f79b91f82643dc16043a0] # to [1eb6bd6bc7698b74f84b5eba9febf45b399a4117] # # patch "lib/Monotone/AutomateStdio.pod" # from [8a2a3510ba0de46b79bf06d68e747ab6cc2583ce] # to [46a3be295890f6c8a25a2d8ea4d6b29c68c493ce] # ============================================================ --- Changes 185bb730f7d88f8a84944841d7c6878c28cab10d +++ Changes 270224dec01540c3ca90023f54b64a54842143c8 @@ -1,5 +1,15 @@ Revision history for Perl extension Mono Revision history for Perl extension Monotone::AutomateStdio. +0.03 Sun Feb 8 18:22:00 2009 Anthony Cooper + - Switched all Perl scripts over to demanding Perl 5.8.5. + - Improved an error message (which was causing compilation to fail + anyway). + - Added the $mtn->switch_to_ws_root() class method. + - Documented the above and under the NOTES section went into greater + detail the issues surrounding using mtn inside workspaces. + - Changed the order of the Changes file (most recent first). + - Clarified some POD file text. + 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 ============================================================ --- README ee2233b616be488989b68d6d67c097d971931437 +++ README 2085d909ff3a7b80f495b8807db6e5f03c8d639a @@ -1,4 +1,4 @@ -Monotone::AutomateStdio Version 0.1 +Monotone::AutomateStdio Version 0.3 =================================== This is a Perl library module for accessing Monotone's automate stdio @@ -14,9 +14,10 @@ INSTALLATION ------------ -To install this module simply unpack the tar or zip, change into the created -directory and type the following: +Simply unpack the tar file and use Makefile.PL by doing: + tar xvpzf Monotone-AutomateStdio-.tar.gz + cd Monotone-AutomateStdio- perl Makefile.PL make make test @@ -24,8 +25,13 @@ To install to a custom location use: - perl Makefile.PL PREFIX= + perl Makefile.PL PREFIX= +To configure the software to run in a custom location but have the installation +location prepended by an additional path (useful for package maintainers) use: + + perl Makefile.PL PREFIX= DESTDIR= + Please note that automated testing of this library module is still `work in progress'. There is a test harness called mtn-tester that can be used to test most important features of this library. However, it does require not only the ============================================================ --- lib/Monotone/AutomateStdio.pm 833d93db2d1777858e5f79b91f82643dc16043a0 +++ lib/Monotone/AutomateStdio.pm 1eb6bd6bc7698b74f84b5eba9febf45b399a4117 @@ -339,7 +339,7 @@ Exporter::export_ok_tags(qw(capabilities MTN_SEVERITY_WARNING)]); our @EXPORT = qw(); Exporter::export_ok_tags(qw(capabilities severities)); -our $VERSION = 0.02; +our $VERSION = 0.03; # ############################################################################## # ============================================================ --- lib/Monotone/AutomateStdio.pod 8a2a3510ba0de46b79bf06d68e747ab6cc2583ce +++ lib/Monotone/AutomateStdio.pod 46a3be295890f6c8a25a2d8ea4d6b29c68c493ce @@ -6,7 +6,7 @@ Monotone::AutomateStdio - Perl interface =head1 VERSION -0.02 +0.03 =head1 SYNOPSIS