From 622a7ed7d079b7ae183053d2f807c862cc015db7 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 11 Jul 2012 16:03:18 -0700 Subject: error callbacks, more structure for parse/format methods --- BatchPayment/Transport/SFTP.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BatchPayment/Transport/SFTP.pm') 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 ) ] => ( -- cgit v1.2.1