From bae4cd5aaec29c73eeff2250ec21af5d46d2fe9d Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 5 Apr 2007 23:12:06 +0000 Subject: [PATCH] inadvertantly left debugging on --- LinkPoint.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LinkPoint.pm b/LinkPoint.pm index d115b37..71015f7 100644 --- a/LinkPoint.pm +++ b/LinkPoint.pm @@ -1,6 +1,6 @@ package Business::OnlinePayment::LinkPoint; -# $Id: LinkPoint.pm,v 1.24 2007-04-05 22:59:27 jeff Exp $ +# $Id: LinkPoint.pm,v 1.25 2007-04-05 23:12:06 jeff Exp $ use strict; use vars qw($VERSION @ISA $DEBUG @EXPORT @EXPORT_OK); @@ -14,7 +14,7 @@ require Exporter; @EXPORT = qw(); @EXPORT_OK = qw(); $VERSION = '0.06'; -$DEBUG = 1; +$DEBUG = 0; use lpperl; #3; #lpperl.pm from LinkPoint $LPPERL::VERSION =~ /^(\d+\.\d+)/ -- 2.11.0