File: control

package info (click to toggle)
libio-digest-perl 0.10-1.1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 128 kB
  • ctags: 95
  • sloc: perl: 1,138; makefile: 42
file content (15 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: libio-digest-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7), libperlio-via-dynamic-perl (>= 0.10)
Maintainer: Bastian Blank <waldi@debian.org>
Standards-Version: 3.6.1

Package: libio-digest-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libperlio-via-dynamic-perl (>= 0.10)
Description: Calculate digests while reading or writing
 This module allows you to calculate digests while reading or writing
 file handles.  This avoids the case you need to reread the same
 content to compute the digests after written a file.