libbusiness-creditcard-perl 0.36-1 source package in Ubuntu

Changelog

libbusiness-creditcard-perl (0.36-1) unstable; urgency=medium

  * Team upload.
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * New upstream release.
  * Declare compliance with Debian Policy 3.9.8.

 -- gregor herrmann <email address hidden>  Wed, 20 Jul 2016 18:58:51 +0200

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbusiness-creditcard-perl_0.36-1.dsc 2.3 KiB e89e11ea086a75d198429aa3e5fb94c283669d1f6383c4fa696d2c8d5190de51
libbusiness-creditcard-perl_0.36.orig.tar.gz 11.1 KiB 042ed914b5fd7ffc27587d79b2de62ba5126747a8ce474314f6258370266060f
libbusiness-creditcard-perl_0.36-1.debian.tar.xz 2.5 KiB 4a07799dd587095afc90942148e3e4ddd8e4de03be4591a47edd21cc3586bff1

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.