diff options
author | jeff <jeff> | 2008-07-11 01:03:45 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-07-11 01:03:45 +0000 |
commit | 18935a05828a0a5afd3ae11c78905754dbaeedb2 (patch) | |
tree | bbd81fb8250d9152af3a769f5003dfa1dac0a502 /IPPay.pm | |
parent | 48245dae6481e1b6e2e9a3a27dca75d8c03fbc7c (diff) |
prerequisite changes
Diffstat (limited to 'IPPay.pm')
-rw-r--r-- | IPPay.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 { |