From: ivan Date: Wed, 4 Nov 2009 01:40:04 +0000 (+0000) Subject: add explicit use of Expect module, so the error is thrown immediate, RT#5650 X-Git-Tag: freeside_1_9_2~242 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=763dff1111d6a9da54f065f2393d3d36a166bae0;p=freeside.git 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;