error callbacks, more structure for parse/format methods
[Business-BatchPayment.git] / BatchPayment / TestMode.pm
index 551a9aa..54b4d13 100644 (file)
@@ -7,6 +7,7 @@ requests will not be submitted to a live account if test_mode is true.
 
 =cut
 
+use strict;
 use Moose::Role;
 
 has 'test_mode' => (