File: README

package info (click to toggle)
libstring-crc32-perl 1.2-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 72 kB
  • ctags: 9
  • sloc: makefile: 55; perl: 45; ansic: 26
file content (27 lines) | stat: -rw-r--r-- 660 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

Perl Module String::CRC32

This packages provides a perl module to generate checksums from strings
and from files.

Written 19990310 by Soenke J. Peters <peters@simprovement.com>.

The checksums are the same as those calculated by ZMODEM, PKZIP,
PICCHECK and many others.
There's another perl module called String::CRC which allows to calculate
not only 32 bit CRC numbers, but the generated sums differ from those of
the programs mentioned above.

Installation:
   "perl Makefile.PL"
   "make"
   "make test"
   "make install"

If you find any bugs, please send me a good description (or a patch ;-) ).

Have fun,
    Soenke J. Peters
    Rostock, Germany