libtime-format-perl 1.16-2 source package in Ubuntu

Changelog

libtime-format-perl (1.16-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Apply multi-arch hints. + libtime-format-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 19:04:00 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtime-format-perl_1.16-2.dsc 2.2 KiB 357ed54a2d5d53244b544c2716669ce2363060667e9ff5627eb8ea90b8204b55
libtime-format-perl_1.16.orig.tar.gz 46.4 KiB b4655882e1d28f5772182d553753c4f49343bb44de9f8429b5e8fea6b496a38f
libtime-format-perl_1.16-2.debian.tar.xz 3.4 KiB 621c4d6ab9ca2eed7eee2b37010d2eb3ced196eb0b7ec241fa5207d4dc7e8ad6

Available diffs

No changes file available.

Binary packages built by this source

libtime-format-perl: module for easy date/time formatting

 Time::Format creates global pseudovariables which format dates and times,
 according to formatting codes you pass to them in strings.
 .
 The %time formatting codes are designed to be easy to remember and use, and to
 take up just as many characters as the output time value whenever possible.
 For example, the four-digit year code is "yyyy", the three-letter month
 abbreviation is "Mon".
 .
 The nice thing about having a variable-like interface instead of function
 calls is that the values can be used inside of strings (as well as outside of
 strings in ordinary expressions). Dates are frequently used within strings
 (log messages, output, data records, etc.), so having the ability to
 interpolate them directly is handy.