libtemplate-plugin-datetime-format-perl 0.03-1.1 source package in Ubuntu

Changelog

libtemplate-plugin-datetime-format-perl (0.03-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 13:46:37 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtemplate-plugin-datetime-format-perl_0.03-1.1.dsc 2.4 KiB 540f668a4b7e64ec359d38efd9ad37a46efd1b56960b2b89693afcf416e174af
libtemplate-plugin-datetime-format-perl_0.03.orig.tar.gz 10.1 KiB 970d16cc70bbb2e60a4e94b04e87c1d30829cfdb65a8bde6df63167947af9968
libtemplate-plugin-datetime-format-perl_0.03-1.1.debian.tar.xz 2.0 KiB 6acbc6b02e0866f6f2e927d6564da9c179c3cab10b4ab109d48bee1a53d476ad

Available diffs

No changes file available.

Binary packages built by this source

libtemplate-plugin-datetime-format-perl: module for formatting DateTime objects from TT with DateTime::Format

 Oftentimes, you have a DateTime object that you want to render in
 your template. However, the default rendering (2008-01-01T01:23:45)
 is pretty ugly. Formatting the DateTime with a DateTime::Format object
 is the usual solution, but there's usually not a nice place to put the
 formatting code.
 .
 Template::Plugin::Datetime::Format solves that problem. You can create
 a formatter object from within TT and then use that object to format
 DateTime objects.