libdigest-perl-md5-perl 1.9-4 source package in Ubuntu

Changelog

libdigest-perl-md5-perl (1.9-4) unstable; urgency=medium

  * Team upload.
  * Update autopkgtests: add test.pl to debian/tests/pkg-perl/smoke-files.

 -- gregor herrmann <email address hidden>  Thu, 16 Jun 2022 18:03:18 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdigest-perl-md5-perl_1.9-4.dsc 2.4 KiB 8568b3c0e997efc5955bedadf8411a14771096a18860d783f00887b9e3b39fb9
libdigest-perl-md5-perl_1.9.orig.tar.gz 70.3 KiB 7100cba1710f45fb0e907d8b1a7bd8caef35c64acd31d7f225aff5affeecd9b1
libdigest-perl-md5-perl_1.9-4.debian.tar.xz 2.5 KiB 936f11f809af8fb11e29e428070225f87a9d48ab68a80522eff103172052ac1f

Available diffs

No changes file available.

Binary packages built by this source

libdigest-perl-md5-perl: Perl Implementation of Rivest's MD5 algorithm

 Digest::Perl::MD5s has the same interface as the much faster Digest::MD5, but
 unlike that, it is not an interface but a Perl implementation of MD5. Because
 of this it is slow but it works without C-Code. You should use Digest::MD5
 instead of this module if it is available. This module is only useful for
 .
  - computers where you cannot install Digest::MD5 (e.g. lack of a C-Compiler)
  - encrypting only small amounts of data (less than one million bytes),
    e.g. hashing passwords
  - educational purposes