From: ivan Date: Wed, 4 Nov 2009 01:40:03 +0000 (+0000) Subject: add explicit use of Expect module, so the error is thrown immediate, RT#5650 X-Git-Tag: root_of_svc_elec_features~702 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=7a38228748d926503953d11eb8a5b59660e5fb20 add explicit use of Expect module, so the error is thrown immediate, RT#5650 --- diff --git a/FS/bin/freeside-paymentech-download b/FS/bin/freeside-paymentech-download index f4e0391ab..12b5c7996 100755 --- a/FS/bin/freeside-paymentech-download +++ b/FS/bin/freeside-paymentech-download @@ -5,6 +5,7 @@ use Getopt::Std; use Date::Format qw(time2str); use File::Temp qw(tempdir); #0.19 for ->newdir() interface, not in 5.10.0 use Net::SFTP::Foreign; +use Expect; use FS::UID qw(adminsuidsetup datasrc); use FS::Record qw(qsearch qsearchs); use FS::pay_batch; diff --git a/FS/bin/freeside-paymentech-upload b/FS/bin/freeside-paymentech-upload index 985095e68..fc06ab855 100755 --- a/FS/bin/freeside-paymentech-upload +++ b/FS/bin/freeside-paymentech-upload @@ -5,6 +5,7 @@ use Getopt::Std; use Date::Format qw(time2str); use File::Temp qw(tempdir); #0.19 for ->newdir() interface, not in 5.10.0 use Net::SFTP::Foreign; +use Expect; use FS::UID qw(adminsuidsetup datasrc); use FS::Record qw(qsearch qsearchs); use FS::pay_batch;