get rid of FS::SSH.pm (became Net::SSH and Net::SCP on CPAN)
[freeside.git] / fs_passwd / fs_passwd_server
index c15c940..f4b67ae 100755 (executable)
@@ -12,7 +12,7 @@
 
 use strict;
 use IO::Handle;
-use FS::SSH qw(sshopen2);
+use Net::SSH qw(sshopen2);
 use FS::UID qw(adminsuidsetup);
 use FS::Record qw(qsearchs);
 use FS::svc_acct;