From: jeff Date: Tue, 8 Jul 2008 01:44:10 +0000 (+0000) Subject: turn off debugging X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-Vanco.git;a=commitdiff_plain turn off debugging --- 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 {