X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FFatNode.pm;h=41ad6960aa0adf96bf9169aa3ba813586c3f9776;hp=77e692837bc34a89e8f62e2cdeeaf1c152a85084;hb=293fb1ee44fb32ff692278802149f42a5e391197;hpb=088218cf6dc6b8ff02d40d5a79c0f5d81c9e4b22 diff --git a/lib/Object/Remote/FatNode.pm b/lib/Object/Remote/FatNode.pm index 77e6928..41ad696 100644 --- a/lib/Object/Remote/FatNode.pm +++ b/lib/Object/Remote/FatNode.pm @@ -61,7 +61,9 @@ my @file_names = keys %mods; my @before_inc = grep { filter_not_core() } @file_names; my @after_inc; -#TODO obviously this should be made into a method or configurable some how +#TODO this is the wrong path to go down - fork() will bring +#the env vars with it and the ssh connector can handle +#forwarding the env vars my $env_pass = ''; if (defined($ENV{OBJECT_REMOTE_LOG_LEVEL})) { my $level = $ENV{OBJECT_REMOTE_LOG_LEVEL};