[dw-free] Add Business::CreditCard to checkconfig.pl
[commit: http://hg.dwscoalition.org/dw-free/rev/f43d8294c7c9]
http://bugs.dwscoalition.org/show_bug.cgi?id=3934
Check for Business::CreditCard (credit card validation in the shop)
Patch by
sophie.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3934
Check for Business::CreditCard (credit card validation in the shop)
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- bin/checkconfig.pl
-------------------------------------------------------------------------------- diff -r bdd7981886a2 -r f43d8294c7c9 bin/checkconfig.pl --- a/bin/checkconfig.pl Mon Sep 12 15:29:32 2011 +0800 +++ b/bin/checkconfig.pl Mon Sep 12 15:32:40 2011 +0800 @@ -203,6 +203,10 @@ 'ver' => '3.56', }, "YAML" => { 'deb' => 'libyaml-perl', }, + "Business::CreditCard" => { + 'deb' => "libbusiness-creditcard-perl", + 'opt' => "Required for taking credit/debit cards in the shop.", + }, ); --------------------------------------------------------------------------------