# # # patch "lib/Monotone/AutomateStdio.pm" # from [556c956992d8b6596f233648433a539bb0b9564c] # to [65bda8367055fc3ab50cc401ef6a654d5aec0dd3] # ============================================================ --- lib/Monotone/AutomateStdio.pm 556c956992d8b6596f233648433a539bb0b9564c +++ lib/Monotone/AutomateStdio.pm 65bda8367055fc3ab50cc401ef6a654d5aec0dd3 @@ -136,6 +136,7 @@ my %valid_mtn_options = ("--confdir" "--no-workspace" => 0, "--norc" => 0, "--nostd" => 0, + "--rcfile" => 1, "--root" => 1, "--ssh-sign" => 1); @@ -370,7 +371,7 @@ Exporter::export_ok_tags(qw(capabilities MTN_SEVERITY_WARNING)]); our @EXPORT = qw(); Exporter::export_ok_tags(qw(capabilities severities)); -our $VERSION = 0.05; +our $VERSION = 0.06; # ############################################################################## #