X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=BatchPayment%2FTransport.pm;h=5cc3c858492647c429eda3bdedc4ade690e9504c;hb=622a7ed7d079b7ae183053d2f807c862cc015db7;hp=4ac8b71b0fd4305bebbb644c72d240164d95774d;hpb=3c5cccf1bf74f2e60482fe62cfbcbe06722da1f5;p=Business-BatchPayment.git 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';