diff options
Diffstat (limited to 'BatchPayment/Transport.pm')
-rw-r--r-- | BatchPayment/Transport.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |