X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FFatNode.pm;h=6da66764fa6bf2af687c27ad43b5da64343c3254;hb=b9baacc29444767f88abdbca93f65c8bd5e5a676;hp=db1c17c30d1b950ef341a442c98d7f96db0b6ca5;hpb=4a9fa1a5a329754549f998536e0e68f19d42d7ab;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote/FatNode.pm b/lib/Object/Remote/FatNode.pm index db1c17c..6da6676 100644 --- a/lib/Object/Remote/FatNode.pm +++ b/lib/Object/Remote/FatNode.pm @@ -1,5 +1,8 @@ package Object::Remote::FatNode; +#TODO If a file does not end in a new line by itself +#then fat node fails + use strictures 1; use Config; use B qw(perlstring); @@ -103,7 +106,7 @@ my $end = stripspace <<'END_END'; use strictures 1; use Object::Remote::Node; - Object::Remote::Node->run; + Object::Remote::Node->run(watchdog_timeout => $WATCHDOG_TIMEOUT); END_END my %files = map +($mods{$_} => scalar do { local (@ARGV, $/) = ($_); <> }),