projects
/
scpubgit/Object-Remote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e144d52
)
forward agent
Matt S Trout [Wed, 6 Jun 2012 18:02:32 +0000 (18:02 +0000)]
lib/Object/Remote/Connector/SSH.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Object/Remote/Connector/SSH.pm
b/lib/Object/Remote/Connector/SSH.pm
index
a90270f
..
bf24a0a
100644
(file)
--- a/
lib/Object/Remote/Connector/SSH.pm
+++ b/
lib/Object/Remote/Connector/SSH.pm
@@
-8,7
+8,7
@@
with 'Object::Remote::Role::Connector::PerlInterpreter';
around _perl_command => sub {
my ($orig, $self, $target) = @_;
- return 'ssh', $target, $self->$orig($target);
+ return 'ssh', '-A', $target, $self->$orig($target);
};
no warnings 'once';