From 18935a05828a0a5afd3ae11c78905754dbaeedb2 Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 11 Jul 2008 01:03:45 +0000 Subject: prerequisite changes --- IPPay.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'IPPay.pm') diff --git a/IPPay.pm b/IPPay.pm index 65815f0..771d5e3 100644 --- a/IPPay.pm +++ b/IPPay.pm @@ -10,8 +10,8 @@ use Business::OnlinePayment::HTTPS; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.02'; -$DEBUG = 1; +$VERSION = '0.03'; +$DEBUG = 0; $me = 'Business::OnlinePayment::IPPay'; sub set_defaults { -- cgit v1.2.1