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.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'BatchPayment/Transport.pm') diff --git a/BatchPayment/Transport.pm b/BatchPayment/Transport.pm index 4ac8b71..5cc3c85 100644 --- a/BatchPayment/Transport.pm +++ b/BatchPayment/Transport.pm @@ -1,5 +1,6 @@ package Business::BatchPayment::Transport; +use strict; use Moose::Role; with 'Business::BatchPayment::Debug'; -- cgit v1.2.1