diff options
author | Mark Wells <mark@freeside.biz> | 2012-07-11 16:03:18 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-07-11 16:03:18 -0700 |
commit | 622a7ed7d079b7ae183053d2f807c862cc015db7 (patch) | |
tree | c5d01459f76f61d93fabc5f527f55669393534ee /BatchPayment/Transport/File.pm | |
parent | 3c5cccf1bf74f2e60482fe62cfbcbe06722da1f5 (diff) |
error callbacks, more structure for parse/format methods
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' => ( |