From: Mike Taylor Date: Tue, 8 Jun 2010 13:56:21 +0000 (+0100) Subject: Whitespace X-Git-Tag: CPAN_1_26~12 X-Git-Url: http://git.indexdata.com/?p=ZOOM-Perl-moved-to-github.git;a=commitdiff_plain;h=0e91ffec348cde6f556718007351d7a7d06f39b1 Whitespace --- diff --git a/t/2-ZOOM.t b/t/2-ZOOM.t index 6d107a3..87ee8cf 100644 --- a/t/2-ZOOM.t +++ b/t/2-ZOOM.t @@ -19,7 +19,7 @@ my $conn; eval { $conn = new ZOOM::Connection($host, 0) }; ok($@ && $@->isa("ZOOM::Exception") && $@->code() == ZOOM::Error::CONNECT && $@->addinfo() eq $host, - "connection to non-existent host '$host' fails : \$\@=$@"); + "connection to non-existent host '$host' fails: \$\@=$@"); $host = "z3950.indexdata.com/gils"; eval { $conn = new ZOOM::Connection($host, 0) };