Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
neilb committed Jan 30, 2014
1 parent 9728256 commit 7b64c36
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Revision history for Perl extension Business::CCCheck
- Reformatted this file (Changes) according to CPAN::Spec::Changes
- moved CCCheck.pm into lib/Business/
- Added new function CC_luhn_valid() which does a strict LUHN check
- Added README

0.05 2012-08-06
- correct type in old distro
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MANIFEST
Makefile.PL
lib/Business/CCCheck.pm
lib/Business/CCCheck/CardID.pm
README
t/all.t
t/cardtype.t
t/old_parity.t
19 changes: 19 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

README for Perl module Business::CCCheck

This module provides a number of utility functions for checking
the validity of credit card numbers and dates, including the LUHN check.

You can read a nicely formatted version of the documentation for
this module online:

https://metacpan.org/pod/Business::CCCheck

You should be able to install this using your usual method for installing
modules from CPAN. If you don't have one let, have a look at:

http://www.cpan.org/modules/INSTALL.html

This module was written by Michael Robinton, <michael@bizsystems.com>
Some maintenance releases have been done by Neil Bowers <neilb@cpan.org>

0 comments on commit 7b64c36

Please sign in to comment.