X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_acct_sm.pm;h=8cec60b6958668fd1bdcbd36c9700553480261a2;hp=15cf86d9b34b10ed030fd257eb643e0368fe11e8;hb=1c14b1faec0f3f07a6d4190cf535b3ddb45075ce;hpb=35b2311e5702c32381a662b8172354603ea9ed1d diff --git a/FS/FS/svc_acct_sm.pm b/FS/FS/svc_acct_sm.pm index 15cf86d9b..8cec60b69 100644 --- a/FS/FS/svc_acct_sm.pm +++ b/FS/FS/svc_acct_sm.pm @@ -5,7 +5,7 @@ use vars qw( @ISA $nossh_hack $conf $shellmachine @qmailmachines ); use FS::Record qw( fields qsearch qsearchs ); use FS::svc_Common; use FS::cust_svc; -use FS::SSH qw(ssh); +use Net::SSH qw(ssh); use FS::Conf; use FS::svc_acct; use FS::svc_domain; @@ -233,7 +233,7 @@ sub check { =head1 VERSION -$Id: svc_acct_sm.pm,v 1.2 2000-06-30 10:37:18 ivan Exp $ +$Id: svc_acct_sm.pm,v 1.3 2001-04-22 01:56:15 ivan Exp $ =head1 BUGS @@ -244,7 +244,7 @@ The $recref stuff in sub check should be cleaned up. =head1 SEE ALSO L, L, L, L, L, -L, L, L, L, L, +L, L, L, L, L, schema.html from the base documentation. =cut