summaryrefslogtreecommitdiff
path: root/BatchPayment/Transport/HTTPS.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/HTTPS.pm
parent3c5cccf1bf74f2e60482fe62cfbcbe06722da1f5 (diff)
error callbacks, more structure for parse/format methods
Diffstat (limited to 'BatchPayment/Transport/HTTPS.pm')
-rw-r--r--BatchPayment/Transport/HTTPS.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/BatchPayment/Transport/HTTPS.pm b/BatchPayment/Transport/HTTPS.pm
index c40a78f..fdb2c35 100644
--- a/BatchPayment/Transport/HTTPS.pm
+++ b/BatchPayment/Transport/HTTPS.pm
@@ -8,8 +8,9 @@ Options are 'server', 'port', 'get_path', 'put_path', optionally
=cut
-use Net::HTTPS::Any 0.10;
+use strict;
use Moose;
+use Net::HTTPS::Any 0.10;
with 'Business::BatchPayment::Transport';
has [ qw( host port get_path put_path ) ] => (