summaryrefslogtreecommitdiff
path: root/FS/FS/Mason.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-07-20 13:02:22 -0700
committerIvan Kohler <ivan@freeside.biz>2016-07-20 13:02:22 -0700
commitcba08a586052a2b43c5ea1d5b8b3635abc19fbc5 (patch)
tree7b519060e4960060f8aad5e8e0a8b47d1ea50122 /FS/FS/Mason.pm
parent43f9be2fd8ef088788ade01d2e4bcc0667be36e5 (diff)
new mastercard ranges
Diffstat (limited to 'FS/FS/Mason.pm')
-rw-r--r--FS/FS/Mason.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index d625fbd..0257b04 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -91,7 +91,7 @@ if ( -e $addl_handler_use_file ) {
use Excel::Writer::XLSX;
#use Excel::Writer::XLSX::Utility; #redundant with above
- use Business::CreditCard 0.30; #for mask-aware cardtype()
+ use Business::CreditCard 0.35; #for new mastercard ranges and visa lengths
use NetAddr::IP;
use Net::MAC::Vendor;
use Net::Ping;
@@ -679,7 +679,7 @@ the same "random" numbers.
Works around a Net::SSLeay connection error by creating and deleting an SSL
context, so subsequent connections do not error out with a CTX_new (900 NET OR
-SSL ERROR).
+SSL ERROR). See http://bugs.debian.org/830152
=cut