libtemplate-plugin-digest-md5-perl 0.05-2 source package in Ubuntu

Changelog

libtemplate-plugin-digest-md5-perl (0.05-2) unstable; urgency=medium

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

  [ gregor herrmann ]
  * debian/copyright: replace tabs with spaces / remove trailing
    whitespace.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:32:42 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtemplate-plugin-digest-md5-perl_0.05-2.dsc 2.3 KiB 2363fd133890f99f218f8cc3f3206a917887a9b1c2998ed8433d590048489a45
libtemplate-plugin-digest-md5-perl_0.05.orig.tar.gz 6.2 KiB 8ef3a2503778875d0cd68fb0cc0f575523e5c59097a4abc129d8ee3954745bd1
libtemplate-plugin-digest-md5-perl_0.05-2.debian.tar.xz 4.9 KiB 3de123bf6188b0a7e6929ae1431622778290c6784ab25109cf0118001bc3c5c5

Available diffs

No changes file available.

Binary packages built by this source

libtemplate-plugin-digest-md5-perl: interface to the MD5 Algorithm for the Template Toolkit

 Template::Plugin::Digest::MD5 provides access to the MD5 algorithm
 via the Digest::MD5 module. It is used like a plugin but installs filters and
 vmethods into the current context.
 .
 When you invoke
 .
 [% USE Digest.MD5 %]
 .
 the following filters (and vmethods of the same name) are installed into the
 current context: md5, md5_hex, md5_base64.