diff options
author | Mitch Jackson <mitch@freeside.biz> | 2019-04-24 01:57:18 -0400 |
---|---|---|
committer | Mitch Jackson <mitch@freeside.biz> | 2019-04-24 01:57:18 -0400 |
commit | 8b1008fc81a3247c4f6f3314f784bda17a2b0fdb (patch) | |
tree | e8238fe8e0f99c6bf9fb642c9f6881e49b9318a5 /Makefile.PL | |
parent | 2b4581380de27c17f6d743c94aafb0052a031606 (diff) |
Improve tests for generate_token
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 50a2906..6f15251 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,5 +16,6 @@ WriteMakefile( /}, TEST_REQUIRES => {qw/ Test::More 0 + Business::CreditCard 0 /} ); |