inadvertantly left debugging on
authorjeff <jeff>
Thu, 5 Apr 2007 23:12:06 +0000 (23:12 +0000)
committerjeff <jeff>
Thu, 5 Apr 2007 23:12:06 +0000 (23:12 +0000)
LinkPoint.pm

index d115b37..71015f7 100644 (file)
@@ -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+)/