File: control

package info (click to toggle)
libalgorithm-checkdigits-perl 0.50-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 320 kB
  • sloc: perl: 2,940; makefile: 44
file content (20 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libalgorithm-checkdigits-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5.0.0)
Build-Depends-Indep: perl (>= 5.8.8-12)
Maintainer: Jose Parrella <bureado@debian.org>
Standards-Version: 3.8.0
Homepage: http://search.cpan.org/dist/Algorithm-CheckDigits/

Package: libalgorithm-checkdigits-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description:  Perl extension to generate and test check digits
 This module provides a number of methods to test and generate checksum
 digits such as carrier trackers, ISBNs, banknotes, credit cards and a
 lot of other identification numbers.
 .
 It will check validity, complete partial numbers, provide base check
 numbers and extract check digits from several sequence of numbers.