X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FNode.pm;h=93ca2321565aec5ca4b4d16b89b536b660c997f9;hb=8d757beb3bd870615c5a5b3076f7dc72ae9cc637;hp=e769e58a61b4d6e63f95a4eba14b2c8346d932a2;hpb=c824fdf36c659b3b6dbafe23a3021f2b1d6eeb3f;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote/Node.pm b/lib/Object/Remote/Node.pm index e769e58..93ca232 100644 --- a/lib/Object/Remote/Node.pm +++ b/lib/Object/Remote/Node.pm @@ -12,7 +12,7 @@ sub run { log_trace { "run() has been invoked on remote node" }; if ($args{watchdog_timeout}) { - Object::Remote::WatchDog->new(timeout => $args{watchdog_timeout}); + Object::Remote::WatchDog->new(timeout => $args{watchdog_timeout}); } my $c = Object::Remote::Connector::STDIO->new->connect;