From: jeff Date: Wed, 9 Jul 2008 07:08:33 +0000 (+0000) Subject: cruft removal X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=92884f8e5566d63d73eae0b29d1489b0a0cd2eba;p=Business-OnlinePayment-IPPay.git cruft removal --- diff --git a/IPPay.pm b/IPPay.pm index 03eaefa..00dffd5 100644 --- a/IPPay.pm +++ b/IPPay.pm @@ -5,10 +5,6 @@ use Carp; use Tie::IxHash; use XML::Simple; use XML::Writer; -use LWP::UserAgent; -use HTTP::Request; -use HTTP::Request::Common qw (POST); -use Date::Calc qw(Add_Delta_YM Add_Delta_Days); use Business::OnlinePayment; use Business::OnlinePayment::HTTPS; use vars qw($VERSION $DEBUG @ISA $me);