summaryrefslogtreecommitdiff
path: root/finance/p5-Business-CreditCard/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'finance/p5-Business-CreditCard/pkg-descr')
-rw-r--r--finance/p5-Business-CreditCard/pkg-descr16
1 files changed, 0 insertions, 16 deletions
diff --git a/finance/p5-Business-CreditCard/pkg-descr b/finance/p5-Business-CreditCard/pkg-descr
deleted file mode 100644
index 927bd8796fee..000000000000
--- a/finance/p5-Business-CreditCard/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-These subroutines tell you whether a credit card number is
-self-consistent -- whether the last digit of the number is a valid
-checksum for the preceding digits.
-
-The validate() subroutine returns 1 if the card number provided passes
-the checksum test, and 0 otherwise.
-
-The cardtype() subroutine returns a string containing the type of card:
-"MasterCard", "VISA", and so on. My list is not complete; I welcome
-additions.
-
-The generate_last_digit() subroutine computes and returns the last digit
-of the card given the preceding digits. With a 16-digit card, you
-provide the first 15 digits; the subroutine returns the sixteenth.
-
-WWW: http://search.cpan.org/search?dist=Business-CreditCard