libcrypt-util-perl 0.11-4 source package in Ubuntu

Changelog

libcrypt-util-perl (0.11-4) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Update Test::use::ok build dependency.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.

  [ Debian Janitor ]
  * Use secure copyright file specification URI.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 22:39:29 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcrypt-util-perl_0.11-4.dsc 2.4 KiB 24329f0a303089d04bf6c136876e68cd2b52dbc7cb71c5f7f06ac8abf8e728a8
libcrypt-util-perl_0.11.orig.tar.gz 46.0 KiB 8faf3bc9201511ec243b9f5e0f09a7657c9928db183d243e97339e426c98dac4
libcrypt-util-perl_0.11-4.debian.tar.xz 4.6 KiB 2e3221550fedcc63effa06f0bacb4f7a506cc0da6cafc1ac7f2f77d8af50727f

Available diffs

No changes file available.

Binary packages built by this source

libcrypt-util-perl: lightweight Crypt/Digest convenience API

 Crypt::Util provides an easy, intuitive and forgiving API for wielding
 crypto-fu.
 .
 The API is designed as a cascade, with rich features built using
 simpler ones. This means that the option processing is uniform
 throughout, and the behaviors are generally predictable.
 .
 Note that Crypt::Util doesn't do any crypto on its own, but delegates
 the actual work to the various other crypto modules on the CPAN.
 Crypt::Util merely wraps these modules, providing uniform parameters,
 and building on top of their polymorphism with higher level features.