• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H24-Dec-2004-1910

Crc32.pmH A D24-Dec-20041.7 KiB8838

MANIFESTH A D24-Dec-200456 96

META.ymlH A D24-Dec-2004308 129

Makefile.PLH A D24-Dec-2004226 85

READMEH A D24-Dec-2004454 2012

README

1Digest::Crc32 - Cyclic Redundency Check digests implementation
2
30.01 2004.12.24 Initial public release
4
5Description :
6
7This module provides a perl implementation to generate 32 bits CRC digests for buffers and files.
8
9To install:
10
11perl Makefile.PL
12make
13make test
14make install
15
16License :
17
18Copyright 2004 by Faycal Chraibi. All rights reserved.
19This library is a free software. You can redistribute it and/or modify it under the same terms as Perl itself.
20