diff options
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |