summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2007-04-07 00:01:29 +0000
committerjeff <jeff>2007-04-07 00:01:29 +0000
commitdf2a10d5cef0fe6ee29286523c98ee8d72bff4c3 (patch)
tree20d9b40d72534af6978a4637f02fbe567da7c814
parentd723cf7eb99572f3b4ac17a649bace0c9177b52e (diff)
-rw-r--r--LinkPoint.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/LinkPoint.pm b/LinkPoint.pm
index 1e5b1ab..9b87643 100644
--- a/LinkPoint.pm
+++ b/LinkPoint.pm
@@ -1,6 +1,6 @@
package Business::OnlinePayment::LinkPoint;
-# $Id: LinkPoint.pm,v 1.26 2007-04-07 00:00:31 jeff Exp $
+# $Id: LinkPoint.pm,v 1.27 2007-04-07 00:01:29 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.07';
-$DEBUG = 1;
+$DEBUG = 0;
use lpperl; #3; #lpperl.pm from LinkPoint
$LPPERL::VERSION =~ /^(\d+\.\d+)/