[Bps-public-commit] SD branch, master, updated. 0.73-23-gc6e4a12

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Nov 17 22:43:41 EST 2009


The branch, master has been updated
       via  c6e4a12bbf134cd814bd170e429106793dc128b9 (commit)
      from  5c9f0476c78d97554325d4264fada915d05a6026 (commit)

Summary of changes:
 lib/App/SD/Replica/lighthouse.pm |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit c6e4a12bbf134cd814bd170e429106793dc128b9
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Nov 18 11:43:32 2009 +0800

    tiny update

diff --git a/lib/App/SD/Replica/lighthouse.pm b/lib/App/SD/Replica/lighthouse.pm
index dbc3a11..08f0f7c 100644
--- a/lib/App/SD/Replica/lighthouse.pm
+++ b/lib/App/SD/Replica/lighthouse.pm
@@ -30,9 +30,7 @@ sub BUILD {
     my ( $auth, $account, $project, $query ) =
       $self->{url} =~ m{^lighthouse:(?:(.*)@)?(.*?)/(.*?)(?:/(.*))?$}
       or die
-        "Can't parse lighthouse server spec. Expected
-        lighthouse:email:password\@account/project/query or\n"
-        ."lighthouse:token\@account/project/query.";
+"Can't parse lighthouse server spec. Expected lighthouse:email:password\@account/project/query or lighthouse:token\@account/project/query.";
     my $server = "http://$account.lighthouseapp.com";
     $self->query( $query || 'all' );
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list