libtext-microtemplate-perl 0.24-2 source package in Ubuntu

Changelog

libtext-microtemplate-perl (0.24-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove TANIGUCHI Takaki from Uploaders. Thanks for your work!

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Add missing build dependency on libmodule-install-perl.

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 20:15:31 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-microtemplate-perl_0.24-2.dsc 2.1 KiB 4376192346e08fe0b08eb5aa53917dda2fca6b7daf92df6d9884eb6f8179ddeb
libtext-microtemplate-perl_0.24.orig.tar.gz 29.8 KiB 32801e71f35ee8aaa0d576cec125cee46b3d4915ae642bc64962120d4f97b4c8
libtext-microtemplate-perl_0.24-2.debian.tar.xz 2.7 KiB a41d4db080f98f195a86f9839d63a9ea2e915abc89ecceffdc49eb89b3c0003b

Available diffs

No changes file available.

Binary packages built by this source

libtext-microtemplate-perl: Micro template engine with Perl5 language

 Text::MicroTemplate is a standalone, fast, intelligent, extensible template
 engine with following features.
 .
   standalone
       Text::MicroTemplate does not rely on other CPAN modules.
 .
   fast
       Based on Mojo::Template, expressions in the template is perl code.
 .
   intelligent
       Text::MicroTemplate automatically escapes variables when and only when
       necessary.
 .
   extensible
       Text::MicroTemplate does not provide features like template cache or
       including other files by itself. However, it is easy to add you own
       (that suites the most to your application), by wrapping the result of
       the module (which is a perl expression).
 .
       The module only provides basic building blocks for a template engine.
       Refer to Text::MicroTemplate::File for higher-level interface.