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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libtext-microtemplate-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 00:00:48 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtext-microtemplate-perl_0.24-3.dsc 2.1 KiB b19ebcbb85a00e9164f25dfde2463f6e9b02adf4efb42f199000e854c9a04e30
libtext-microtemplate-perl_0.24.orig.tar.gz 29.8 KiB 32801e71f35ee8aaa0d576cec125cee46b3d4915ae642bc64962120d4f97b4c8
libtext-microtemplate-perl_0.24-3.debian.tar.xz 2.8 KiB 666948427b6bccab695e9a104a5ecfe05352e55c05e34a13b27b38d7aba46e77

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.