From: jeff Date: Thu, 5 Apr 2007 23:12:06 +0000 (+0000) Subject: inadvertantly left debugging on X-Git-Tag: BUSINESS_ONLINEPAYMENT_LINKPOINT_0_07~2 X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-LinkPoint.git;a=commitdiff_plain;h=bae4cd5aaec29c73eeff2250ec21af5d46d2fe9d inadvertantly left debugging on --- 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+)/