X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=htetc%2Fhandler.pl;h=2272e260352c83cd38750bbb45d405e5e234f505;hb=a0ddcb6b2ac38076c48e8f0b69e0758d5283303a;hp=2d82673b6ddc3e984fac0eaaeb674c48b490cf1b;hpb=1163d4d5044ca487ae9cf2176346e297979aa1e1;p=freeside.git diff --git a/htetc/handler.pl b/htetc/handler.pl index 2d82673b6..2272e2603 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -97,6 +97,8 @@ sub handler use Date::Parse; use Time::Local; use Time::Duration; + use DateTime; + use DateTime::Format::Strptime; use Lingua::EN::Inflect qw(PL); use Tie::IxHash; use URI::Escape; @@ -112,12 +114,12 @@ sub handler } use Text::CSV_XS; use Spreadsheet::WriteExcel; - use Business::CreditCard; + use Business::CreditCard 0.30; #for mask-aware cardtype() use String::Approx qw(amatch); use Chart::LinesPoints; use Chart::Mountain; use Color::Scheme; - use HTML::Widgets::SelectLayers 0.05; + use HTML::Widgets::SelectLayers 0.06; use Locale::Country; use FS; use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name);