[Bps-public-commit] SD branch, master, updated. 941b3e7091dfd884dc48ed91941ae08f6a52b600
jesse
jesse at bestpractical.com
Fri Apr 17 12:13:06 EDT 2009
The branch, master has been updated
via 941b3e7091dfd884dc48ed91941ae08f6a52b600 (commit)
via 1dcc04ba75b42b9e802c133933d800b9473b9b19 (commit)
from 3da972c883440fa6d9518a24e18de466271035dd (commit)
Summary of changes:
Makefile.PL | 2 +-
lib/App/SD/CLI/Command/Log.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 1dcc04ba75b42b9e802c133933d800b9473b9b19
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sat Apr 18 00:12:38 2009 +0800
RT::Client::REST, not RT::Client::Rest
diff --git a/Makefile.PL b/Makefile.PL
index f37e470..f89e1d1 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,7 +18,7 @@ feature
'RT::Client::REST' => 0, # RT::Client::REST::Ticket
;
-recommends 'RT::Client::Rest';
+recommends 'RT::Client::REST';
feature 'Hiveminder sync' =>
commit 941b3e7091dfd884dc48ed91941ae08f6a52b600
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sat Apr 18 00:12:57 2009 +0800
warning avoidance
diff --git a/lib/App/SD/CLI/Command/Log.pm b/lib/App/SD/CLI/Command/Log.pm
index be3b1a0..c1f555b 100644
--- a/lib/App/SD/CLI/Command/Log.pm
+++ b/lib/App/SD/CLI/Command/Log.pm
@@ -82,7 +82,7 @@ sub change_header_ticket {
return " # Ticket "
. $self->app_handle->handle->find_or_create_luid(
uuid => $change->record_uuid )
- . " (".$t->prop('summary').")"
+ . " (".($t->prop('summary')||'').")"
}
__PACKAGE__->meta->make_immutable;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list