diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-11 13:13:34 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-11 13:13:34 +0000 |
commit | 69ccb3429511b47c47d20074aaf7574f6497c1d4 (patch) | |
tree | 412aa5e8964a0bbad9eec89e3f505d68fdc4ed8b /misc | |
parent | e9740fb5d9f91d277a29fef685f42a9743bc8cc6 (diff) | |
download | pkgsrc-69ccb3429511b47c47d20074aaf7574f6497c1d4.tar.gz |
Lint: <=24 lines
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Business-CreditCard/DESCR | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/misc/p5-Business-CreditCard/DESCR b/misc/p5-Business-CreditCard/DESCR index 3b37a222d18..dca81005c11 100644 --- a/misc/p5-Business-CreditCard/DESCR +++ b/misc/p5-Business-CreditCard/DESCR @@ -14,14 +14,7 @@ of the card given the preceding digits. With a 16-digit card, you provide the first 15 digits; the subroutine returns the sixteenth. This module does not tell you whether the number is on an actual card, -only whether it might conceivably be on a real card. To verify whether -a card is real, or whether it's been stolen, or what its balance is, you -need a Merchant ID, which gives you access to credit card databases. -The Perl Journal (http://work.media.mit.edu/tpj) has a Merchant ID so -that I can accept MasterCard and VISA payments; it comes with the little -pushbutton/slide-your-card-through device you've seen in restaurants and -stores. That device calculates the checksum for you, so I don't -actually use this module. +only whether it might conceivably be on a real card. These subroutines will also work if you provide the arguments as numbers instead of strings, e.g. validate(5276440065421319). |