diff options
Diffstat (limited to 'BatchPayment/Debug.pm')
-rw-r--r-- | BatchPayment/Debug.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BatchPayment/Debug.pm b/BatchPayment/Debug.pm index 71a9e6d..1d8c332 100644 --- a/BatchPayment/Debug.pm +++ b/BatchPayment/Debug.pm @@ -8,6 +8,7 @@ globally. =cut +use strict; use Moose::Role; has 'debug' => ( |