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/File.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BatchPayment/Transport/File.pm') 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' => ( -- cgit v1.2.1