diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-12-08 08:38:31 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-12-08 08:38:31 -0800 |
commit | bcb1b4c8c8906c10b753f7e42799c23c87e8e4c0 (patch) | |
tree | e6551e0294b7a9825a86c75f223262c0618c2eba /Makefile.PL | |
parent | dc086a34d5fe1ab4c3a5ccc766f034f25f66c96c (diff) |
eclare dep on Business::CreditCard, closes: rt.cpan.org #110172
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 838e74d..5189b7b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,6 +16,7 @@ WriteMakefile( 'Business::OnlinePayment' => 3.01, 'SOAP::Lite' => 0, 'Data::Dumper' => 0, + 'Business::CreditCard' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Business-OnlinePayment-FirstDataGlobalGateway-*' }, |