summaryrefslogtreecommitdiff
path: root/finance/p5-Algorithm-LUHN
AgeCommit message (Collapse)AuthorFilesLines
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-07-01Follow some remaining search.cpan.org redirects.nia1-2/+2
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2016-07-28Add LICENSEwen1-1/+2
2016-07-28Update to 1.02wen2-9/+8
Upstream changes: 1.02 2014-06-30 NEILB - Updated github repo URL after changing my github username - Added Algorithm::Damm and Math::CheckDigits to SEE ALSO - Fixed errors in pod: using c<...> instead of C<...> and not escaping the > character. - Added [MetaJSON] to dist.ini so META.json is included in releases 1.01 2014-06-30 NEILB - Added SEE ALSO section with links to other LUHN modules. - Renamed CHANGES to Changes and reformatted as per CPAN::Changes::Spec - Moved LUHN.pm to lib/Algorithm/LUHN.pm, as per convention - Switched to Dist::Zilla and set min perl version to 5.006 - Improved doc for is_valid(), in response to RT#43842
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for finance categoryagc1-1/+2
Existing SHA1 digests verified, all found to be the same on the machine holding the existing distfiles (morden). Existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2008-10-25Added finance/p5-Algorithm-LUHN version 1.00abs3-0/+30
This module calculates the Modulus 10 Double Add Double checksum, also known as the LUHN Formula. This algorithm is used to verify credit card numbers and Standard & Poor's security identifiers such as CUSIP's and CSIN's. You can find plenty of information about the algorithm by searching the web for "modulus 10 double add double".