summaryrefslogtreecommitdiff
path: root/BatchPayment/Transport/SFTP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'BatchPayment/Transport/SFTP.pm')
-rw-r--r--BatchPayment/Transport/SFTP.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/BatchPayment/Transport/SFTP.pm b/BatchPayment/Transport/SFTP.pm
index 08d2fb7..1f86ee3 100644
--- a/BatchPayment/Transport/SFTP.pm
+++ b/BatchPayment/Transport/SFTP.pm
@@ -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 ) ] => (