File: README

package info (click to toggle)
libalgorithm-checkdigits-perl 1.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 500 kB
  • sloc: perl: 3,285; makefile: 13
file content (31 lines) | stat: -rw-r--r-- 661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
CheckDigits v1.3.6
==================

This library provides several modules to compute or validate check
digits.

There is a executable script that may be used at the command line to
compute or validate check digits.

Further there is a sample CGI script that may be used to setup a web
service to validate check digits in your webbrowser.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires no other modules and libraries.


COPYRIGHT AND LICENCE

Copyright (C) 2003-2020 Mathias Weidner

This module may be distributed under the same license as perl itself.