depend on Net::SSH 0.08 for non-blocking STDERR read
[freeside.git] / FS / FS / part_export / domain_shellcommands.pm
index cf56033..d295eec 100644 (file)
@@ -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( { @_ } );
 }