From: Tyler Riddle Date: Thu, 31 Jan 2013 23:02:45 +0000 (-0800) Subject: removed stray whitespace that showed up after rebase X-Git-Tag: v0.003001_01~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=1bf553077ee5e7d9fd912783384e442165062f14 removed stray whitespace that showed up after rebase --- diff --git a/lib/Object/Remote/Connection.pm b/lib/Object/Remote/Connection.pm index 3b4adfc..349d2a1 100644 --- a/lib/Object/Remote/Connection.pm +++ b/lib/Object/Remote/Connection.pm @@ -212,7 +212,7 @@ sub _build__json { tie @tied_array, 'Object::Remote::Tied', $self->_id_to_remote_object(@_); return \@tied_array; } - ); + ); } sub _load_if_possible { diff --git a/lib/Object/Remote/FatNode.pm b/lib/Object/Remote/FatNode.pm index 819d657..45332d5 100644 --- a/lib/Object/Remote/FatNode.pm +++ b/lib/Object/Remote/FatNode.pm @@ -5,7 +5,7 @@ use Config; use B qw(perlstring); my @exclude_mods = qw(XSLoader.pm DynaLoader.pm); -#used by t/watchdog_fatnode +#used by t/watchdog_fatnode our $INHIBIT_RUN_NODE = 0; sub stripspace { @@ -42,7 +42,7 @@ $command =~ s/\n/ /g; chomp(my @inc = qx($command)); -my %exclude = map { $_ => 1 } @exclude_mods; +my %exclude = map { $_ => 1 } @exclude_mods; my %mods = reverse @inc; my %file_names = @inc;