libtemplate-autofilter-perl 0.143050-2 source package in Ubuntu

Changelog

libtemplate-autofilter-perl (0.143050-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.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/copyright: replace full CC0-1.0 text with pointer to
    /usr/share/common-licenses/CC0-1.0.

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

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

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 11:26:22 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtemplate-autofilter-perl_0.143050-2.dsc 2.3 KiB 060ebf5b378eb47c15187c411bae22b9a30e32ea68ff9ffb7ef344cdec2e5c42
libtemplate-autofilter-perl_0.143050.orig.tar.gz 11.5 KiB 22d2fee56276bc30d50d413ef4d19e4e053ba37f9505dfa585bd5fea98028b76
libtemplate-autofilter-perl_0.143050-2.debian.tar.xz 2.2 KiB 766abc6ead7177f921def973f69477baf493756601a2da21960a454c835d0f35

Available diffs

No changes file available.

Binary packages built by this source

libtemplate-autofilter-perl: Template::Toolkit subclass with automatic filtering

 Template::AutoFilter is a subclass of Template::Toolkit which loads a
 specific Parser that is subclassed from Template::Parser. It adds a filter
 instruction to each interpolation token found in templates loaded by the TT
 engine. Tokens that already have a filter instruction are left unchanged.
 .
 By default this automatic filter is set to be 'html', but can be modified
 during object creation by passing the AUTO_FILTER option with the name of the
 wanted filter.
 .
 Additionally a pass-through filter called 'none' is added to the object to
 allow exclusion of tokens from being filtered.
 .
 Lastly, if you have problems with the directives which get auto filters
 applied, you can see the Template::AutoFilter::Parser docs for how you can
 customize that.