The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Business::CCCheck

0.06 2014-01-30
    - Min perl version 5.6.0
    - 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
    - Fixed some pod errors
    - Changed COPYRIGHT section to COPYRIGHT AND LICENSE
      (so tools will see that it's there. Eg kwalitee)
    - Specified license type as 'gpl' in metadata
    - Various Makefile.PL modernisations

0.05 2012-08-06
    - correct type in old distro

0.04 2006-06-06
    - add EXPORT_TAG :all

0.03  2001-04-30
    - correct defective CC recognition for MC and Diners/Carte Blanche

0.02 2001-04-19
    - allow for calls to functions with undefined arguments.
    - add CC_expired check

0.01 2001-02-26
    - initial release