depend on Net::SSH 0.08 for non-blocking STDERR read
[freeside.git] / FS / FS / part_export / shellcommands.pm
index f656389..db2e7aa 100644 (file)
@@ -125,7 +125,7 @@ sub shellcommands_queue {
 }
 
 sub ssh_cmd { #subroutine, not method
-  use Net::SSH '0.07';
+  use Net::SSH '0.08';
   &Net::SSH::ssh_cmd( { @_ } );
 }