error callbacks, more structure for parse/format methods
[Business-BatchPayment.git] / BatchPayment / Transport / SFTP.pm
index 08d2fb7..1f86ee3 100644 (file)
@@ -13,9 +13,10 @@ may find it useful to modify or override that behavior.
 
 =cut
 
+use strict;
+use Moose;
 use Net::SFTP::Foreign;
 use File::Slurp qw(read_file);
-use Moose;
 with 'Business::BatchPayment::Transport';
 
 has [ qw( host login password ) ] => (