get rid of FS::SSH.pm (became Net::SSH and Net::SCP on CPAN)
[freeside.git] / fs_signup / fs_signup_server
index 86455a4..8fbc819 100755 (executable)
@@ -6,7 +6,7 @@
 use strict;
 use IO::Handle;
 use Tie::RefHash;
-use FS::SSH qw(sshopen2);
+use Net::SSH qw(sshopen2);
 use FS::UID qw(adminsuidsetup);
 use FS::Record qw( qsearch qsearchs );
 use FS::cust_main_county;