X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FNode.pm;h=93ca2321565aec5ca4b4d16b89b536b660c997f9;hp=e769e58a61b4d6e63f95a4eba14b2c8346d932a2;hb=f129bfaf05b1ae0e2e2992cad47a70482dec9885;hpb=624072a8803b6bb08260ff6f2b7fcb0dc05dd190 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;