libbusiness-creditcard-perl 0.39-2 source package in Ubuntu

Changelog

libbusiness-creditcard-perl (0.39-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libbusiness-creditcard-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:40:54 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbusiness-creditcard-perl_0.39-2.dsc 2.2 KiB f1ae742b82f355b15e271f16d714f1f8a7cf29e3d1ee875d3e5db97f78298790
libbusiness-creditcard-perl_0.39.orig.tar.gz 11.6 KiB c7c8a652d2977c8319ea86cd5e1c5be51bd4a6bfc37a5ec5cc0df4345ff450a2
libbusiness-creditcard-perl_0.39-2.debian.tar.xz 3.0 KiB 66e8744e36ae9a06f7445a180e984550aff46ff6785857542dbc2d78b7984916

Available diffs

No changes file available.

Binary packages built by this source

libbusiness-creditcard-perl: Perl module to validate or generate credit card checksums and names

 Business::CreditCard 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.
 .
 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.