From e7634931726f5997a99806e73c028484f0789097 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 8 Jul 2008 01:44:10 +0000 Subject: [PATCH] turn off debugging --- Changes | 3 +++ Vanco.pm | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 846431c..44fb682 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Business::OnlinePayment::Vanco. +0.02 Mon Jul 07 18:42:31 2008 + - turn off debugging + 0.01 Fri Feb 29 22:34:17 2008 - original version; diff --git a/Vanco.pm b/Vanco.pm index 290f97b..4da8752 100644 --- a/Vanco.pm +++ b/Vanco.pm @@ -14,8 +14,8 @@ use Business::OnlinePayment; use vars qw($VERSION $DEBUG @ISA $me); @ISA = qw(Business::OnlinePayment); # Business::OnlinePayment::HTTPS -$VERSION = '0.01'; -$DEBUG = 1; +$VERSION = '0.02'; +$DEBUG = 0; $me = 'Business::OnlinePayment::Vanco'; sub set_defaults { -- 2.11.0