# # # patch "Changes" # from [270224dec01540c3ca90023f54b64a54842143c8] # to [24602d4b0bf63a1c0a8b9ef902b1dab89b609e4e] # # patch "README" # from [2085d909ff3a7b80f495b8807db6e5f03c8d639a] # to [5919262bb51d0c0fc5c987ff28d298e1e439be35] # # patch "lib/Monotone/AutomateStdio.pm" # from [66387d46675f90192b46be48463da98141aaaf0c] # to [c067e75d47a5d7773b2092bc5db832eee0c3892f] # # patch "lib/Monotone/AutomateStdio.pod" # from [ef96fc38d801420129df64b1cbf74ad1201017d7] # to [21313f9882c83cabdcbaf219e0cd9549d4aa7b8d] # ============================================================ --- Changes 270224dec01540c3ca90023f54b64a54842143c8 +++ Changes 24602d4b0bf63a1c0a8b9ef902b1dab89b609e4e @@ -1,5 +1,20 @@ Revision history for Perl extension Mono Revision history for Perl extension Monotone::AutomateStdio. +0.04 Sun May 3 19:19:00 2009 Anthony Cooper + - Updated for Monotone version 0.43, (added support for the m: and u: + selectors). + - Corrected and simplified the `Have I got a class thingy as my first + argument?' logic in light of issues encountered when I tried to + derive from this class. + - Updated the test harness in light of previous interface changes and + the fact that mtn revert is more noisy now (use the -quiet switch). + - Updated the POD documentation. + - Switched to the OO way of calling methods, more consistent. + - Renamed the can() method to supports() so as not to conflict with + Perl's UNIVERSAL can() method. + - Renamed some of the capability constants so as to fit in more + naturally with the method renamed above. + 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 ============================================================ --- README 2085d909ff3a7b80f495b8807db6e5f03c8d639a +++ README 5919262bb51d0c0fc5c987ff28d298e1e439be35 @@ -1,4 +1,4 @@ -Monotone::AutomateStdio Version 0.3 +Monotone::AutomateStdio Version 0.4 =================================== This is a Perl library module for accessing Monotone's automate stdio ============================================================ --- lib/Monotone/AutomateStdio.pm 66387d46675f90192b46be48463da98141aaaf0c +++ lib/Monotone/AutomateStdio.pm c067e75d47a5d7773b2092bc5db832eee0c3892f @@ -347,7 +347,7 @@ Exporter::export_ok_tags(qw(capabilities MTN_SEVERITY_WARNING)]); our @EXPORT = qw(); Exporter::export_ok_tags(qw(capabilities severities)); -our $VERSION = 0.03; +our $VERSION = 0.04; # ############################################################################## # ============================================================ --- lib/Monotone/AutomateStdio.pod ef96fc38d801420129df64b1cbf74ad1201017d7 +++ lib/Monotone/AutomateStdio.pod 21313f9882c83cabdcbaf219e0cd9549d4aa7b8d @@ -6,7 +6,7 @@ Monotone::AutomateStdio - Perl interface =head1 VERSION -0.03 +0.04 =head1 SYNOPSIS @@ -36,7 +36,7 @@ are supported by this class range from 0 All automate commands have been implemented in this class except for the `stdio' command, hopefully the reason is obvious. :-) Versions of Monotone that are supported by this class range from 0.35 up to and including the latest -version (currently 0.42). If you happen to be using a newer version of Monotone +version (currently 0.43). If you happen to be using a newer version of Monotone then this class will hopefully largely work but without the support for new or changed features.