Add LICENSE=>perl to Makefile.PL; add license to META.yml, closes: cpan #27735
[Business-CreditCard.git] / Changes
1 Revision history for Perl extension Business::CreditCard.
2
3 0.32  unreleased
4         - Add LICENSE=>perl to Makefile.PL; add license to META.yml,
5           closes: cpan #27735
6
7 0.31  Mon Oct 19 18:51:35 PDT 2009
8         - Add LICENSE section to POD documentation
9         - Add META.yml to MANIFEST
10         - Add Irish Laser card, thanks to Eoin Redmond for the heads-up.
11         - Add documentation on what this module *is* and *is NOT* about.
12         - Spelling fix in docs
13         - correct misdocumentation of $Business::CreditCard::Country
14         - Move test.pl to test/t and change to using Test::More, modify
15           MANIFEST and Makefile.PL accordingly (thanks to Alexander Ciornii)
16         - Silence unwanted warnings (thanks to Alexander Ciornii)
17         - Discover cards starting with 644-649 are now recognized
18         - Most Diner's Club cards (300-305, 3095 and 36) now processed as
19           Discover
20         - China Union pay now includes 624-626 and 628 in addition to 622 (and
21           still identified as Discover outside China)
22         - JCB identified as Discover in the US
23
24 0.30  Mon Dec 18 23:24:25 PST 2006
25         - back after two and a half years; happy hanukkah!
26         - added note about B:CC:Object
27         - added new Discover 65 prefix
28         - check for Switch before Visa as Switch has some BINs in ^4
29         - accept masked numbers in cardtype()
30         - add handling of card network peering arrangements, controllable via
31           $Business::CreditCard::Country
32         - identify Diner's club ^36 cards as MasterCard in US and Canada
33         - identify China Union Pay cards as Discover cards outside China
34         - identify China Union Pay cards
35
36 0.28  Thu Jul  1 01:17:32 PDT 2004
37         - added Switch and Solo cards, patch from Max Becker
38         - added proper Changes file
39         - added documentation on cardtype() return values from
40           tmurray@agronomy.org (closes: cpan #3330)
41
42 0.27  20 Jan 2002
43         - small typo for amex cards
44
45 0.26  10 Jul 2001
46 0.25  10 Jul 2001
47         - *sigh*
48
49 0.24  11 Jun 2001
50         - added enRoute, JCB, BankCard, rewrote with regexes
51
52 0.23  3 May 2001
53         - silly bug in test.pl
54
55 0.22  1 Feb 2001
56         - new maintainer, MakeMaker installation
57
58 0.21  17 Jan 97
59         - short numbers and numbers with letters are no longer kosher.
60
61 12 Jul 96 - created
62