error callbacks, more structure for parse/format methods
[Business-BatchPayment.git] / BatchPayment / Transport / File.pm
index eaaba49..27bc241 100644 (file)
@@ -8,8 +8,9 @@ to /dev/null.
 
 =cut
 
-use IO::File;
+use strict;
 use Moose;
+use IO::File;
 with 'Business::BatchPayment::Transport';
 
 has 'input' => (