File: control

package info (click to toggle)
libmd5-perl 2.03-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 48 kB
  • ctags: 5
  • sloc: makefile: 35; perl: 9
file content (16 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libmd5-perl
Maintainer: Jay Bonci <jaybonci@debian.org>
Priority: optional
Section: perl
Standards-Version: 3.6.1
Build-Depends-Indep: debhelper (>= 4.1.0), perl (>= 5.8)

Package: libmd5-perl
Architecture: all
Priority: optional
Section: perl
Depends: perl (>= 5.8.0-10)
Description: backwards-compatible wrapper for Digest::MD5
 This module (MD5.pm) is just a thin wrapper around the Digest::MD5
 module.  It is provided so that legacy code that rely on the old
 interface continue to work with the speed benefit of the new module.