summaryrefslogtreecommitdiff
path: root/BatchPayment/Transport.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-07-11 16:03:18 -0700
committerMark Wells <mark@freeside.biz>2012-07-11 16:03:18 -0700
commit622a7ed7d079b7ae183053d2f807c862cc015db7 (patch)
treec5d01459f76f61d93fabc5f527f55669393534ee /BatchPayment/Transport.pm
parent3c5cccf1bf74f2e60482fe62cfbcbe06722da1f5 (diff)
error callbacks, more structure for parse/format methods
Diffstat (limited to 'BatchPayment/Transport.pm')
-rw-r--r--BatchPayment/Transport.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/BatchPayment/Transport.pm b/BatchPayment/Transport.pm
index 4ac8b71..5cc3c85 100644
--- a/BatchPayment/Transport.pm
+++ b/BatchPayment/Transport.pm
@@ -1,5 +1,6 @@
package Business::BatchPayment::Transport;
+use strict;
use Moose::Role;
with 'Business::BatchPayment::Debug';