turn off debugging master
authorjeff <jeff>
Tue, 8 Jul 2008 01:44:10 +0000 (01:44 +0000)
committerjeff <jeff>
Tue, 8 Jul 2008 01:44:10 +0000 (01:44 +0000)
Changes
Vanco.pm

diff --git a/Changes b/Changes
index 846431c..44fb682 100644 (file)
--- 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;
 
index 290f97b..4da8752 100644 (file)
--- 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 {