summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/forward_shellcommands.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-02-13 04:03:59 +0000
committerivan <ivan>2004-02-13 04:03:59 +0000
commit193118008312797e8188145138c6875ba506ff33 (patch)
treef9c3d905d8568100c8b1357b79b71af45dd47857 /FS/FS/part_export/forward_shellcommands.pm
parentb0ab97d8a770c35cc41c05e8136ca6580c2b418e (diff)
depend on Net::SSH 0.08 for non-blocking STDERR read
Diffstat (limited to 'FS/FS/part_export/forward_shellcommands.pm')
-rw-r--r--FS/FS/part_export/forward_shellcommands.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/forward_shellcommands.pm b/FS/FS/part_export/forward_shellcommands.pm
index f6fcb60..5d31457 100644
--- a/FS/FS/part_export/forward_shellcommands.pm
+++ b/FS/FS/part_export/forward_shellcommands.pm
@@ -97,7 +97,7 @@ sub shellcommands_queue {
}
sub ssh_cmd { #subroutine, not method
- use Net::SSH '0.07';
+ use Net::SSH '0.08';
&Net::SSH::ssh_cmd( { @_ } );
}