error callbacks, more structure for parse/format methods
[Business-BatchPayment.git] / BatchPayment / Transport / HTTPS.pm
index c40a78f..fdb2c35 100644 (file)
@@ -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 ) ] => (