X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FRole%2FConnector%2FPerlInterpreter.pm;h=090f13295c97edb32752cc46b9a58f89297a4334;hp=20fb59be957e7ef93d477656e038a772dd1f524d;hb=ffc9934e59f8c485311c960b867d61aa4276893a;hpb=90f5193d831554f3a3640b8ef3aade021e4d5136 diff --git a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm index 20fb59b..090f132 100644 --- a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm +++ b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm @@ -237,6 +237,12 @@ sub fatnode_text { } $text .= $self->_create_env_forward(@{$self->forward_env}); + + #Action at a distance but at least it's not spooky - the logging + #system needs to know if a node is remote but there is a period + #during init where the remote connection information has not been + #setup on the remote side yet so this flag allows a graceful + #degredation to happen $text .= '$Object::Remote::FatNode::REMOTE_NODE = "1";' . "\n"; $text .= <<'END';