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/TestMode.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'BatchPayment/TestMode.pm') diff --git a/BatchPayment/TestMode.pm b/BatchPayment/TestMode.pm index 551a9aa..54b4d13 100644 --- a/BatchPayment/TestMode.pm +++ b/BatchPayment/TestMode.pm @@ -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' => ( -- cgit v1.2.1