• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H14-Jun-2016-213179

BINSH A D06-Jan-20166.5 KiB160131

ChangesH A D14-Jun-20163.9 KiB9881

CreditCard.pmH A D14-Jun-201612.6 KiB384101

MANIFESTH A D14-Jun-2016205 1312

META.jsonH A D14-Jun-2016898 4342

META.ymlH A D14-Jun-2016515 2423

Makefile.PLH A D25-Jun-2012347 129

READMEH A D25-Jun-2012736 1812

README

1Business::CreditCard
2
3These subroutines tell you whether a credit card number is self-consistent --
4whether the last digit of the number is a valid checksum for the preceding
5digits.  If you additionally want to process the credit card electronically,
6see Business::OnlinePayment <http://www.420.am/business-onlinepayment/>
7
8Original author is Jon Orwant <orwant@tpj.com>, The Perl Journal and MIT
9Media Lab
10
11Current maintainer is Ivan Kohler <ivan-business-creditcard@420.am>.
12Please don't bother Jon with emails about this module.
13
14Lee Lawrence <LeeL@aspin.co.uk>, Neale Banks <neale@lowendale.com.au> and
15Max Becker <Max.Becker@firstgate.com> contributed support for additional card
16types.  Lee also contributed a working test.pl.
17
18