X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Frouter.pm;h=07b5b9edb1c4eb9bbf9af108ad19da8bc43504f1;hb=ab9f512842cf99736a92d8f3c1031e45bacc26fb;hp=1d1f907e279b69064689f0ace40ac8be6d601430;hpb=2696b950330fd4fd232b62262b7b47256a2e2a04;p=freeside.git diff --git a/FS/FS/part_export/router.pm b/FS/FS/part_export/router.pm index 1d1f907e2..07b5b9edb 100644 --- a/FS/FS/part_export/router.pm +++ b/FS/FS/part_export/router.pm @@ -138,7 +138,7 @@ sub router_queue { } sub ssh_cmd { #subroutine, not method - use Net::SSH '0.07'; + use Net::SSH '0.08'; &Net::SSH::ssh_cmd( { @_ } ); }