error callbacks, more structure for parse/format methods
[Business-BatchPayment.git] / BatchPayment / Transport.pm
index 4ac8b71..5cc3c85 100644 (file)
@@ -1,5 +1,6 @@
 package Business::BatchPayment::Transport;
 
+use strict;
 use Moose::Role;
 with 'Business::BatchPayment::Debug';