fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-09-12 07:32 am

[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 [personal profile] sophie.

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.",
+               },
               );
 
 
--------------------------------------------------------------------------------