summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2019-04-24 01:57:18 -0400
committerMitch Jackson <mitch@freeside.biz>2019-04-24 01:57:18 -0400
commit8b1008fc81a3247c4f6f3314f784bda17a2b0fdb (patch)
treee8238fe8e0f99c6bf9fb642c9f6881e49b9318a5 /Makefile.PL
parent2b4581380de27c17f6d743c94aafb0052a031606 (diff)
Improve tests for generate_token
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
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
/}
);