diff options
Diffstat (limited to 'BatchPayment/Transport/File.pm')
-rw-r--r-- | BatchPayment/Transport/File.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BatchPayment/Transport/File.pm b/BatchPayment/Transport/File.pm index eaaba49..27bc241 100644 --- a/BatchPayment/Transport/File.pm +++ b/BatchPayment/Transport/File.pm @@ -8,8 +8,9 @@ to /dev/null. =cut -use IO::File; +use strict; use Moose; +use IO::File; with 'Business::BatchPayment::Transport'; has 'input' => ( |