File: README

package info (click to toggle)
libio-digest-perl 0.11-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 1,376; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is the README file for IO::Digest, a module for computing digests
while read or writing file handles.

* Installation

IO::Digest uses the stanard perl module install process:

% perl Makefile.PL
% make
# make install

* Latest version

The latest IO-Digest could be found on cpan or at:
http://svn.clkao.org/svnweb/member/browse/clkao/modules/IO-Digest/

* Copyright

Copyright 2004 by Chia-liang Kao clkao@clkao.org.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.