libdatetime-format-iso8601-perl 0.16-2 source package in Ubuntu

Changelog

libdatetime-format-iso8601-perl (0.16-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-simple-perl.
  * Remove constraints unnecessary since buster
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Tue, 06 Dec 2022 18:44:25 +0000

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
libdatetime-format-iso8601-perl_0.16-2.dsc 2.6 KiB 3a318a0803af08c63e2cd1776efd89f0b340551660fbd7f162e2ab4c818d2f9b
libdatetime-format-iso8601-perl_0.16.orig.tar.gz 45.3 KiB 582847f6e029065334a00564f20cd7c28f4e5cd4ec21513d0f692531ed3b56e1
libdatetime-format-iso8601-perl_0.16-2.debian.tar.xz 3.5 KiB 5fb08bf6a58d1418735220fa08dc3bc05ddb60a9fe12082f11ec1b731c60744b

Available diffs

No changes file available.

Binary packages built by this source

libdatetime-format-iso8601-perl: module to parse ISO8601 date and time formats

 DateTime::Format::ISO8601 is a Perl DateTime extension that parses almost all
 ISO8601 date and time formats. The signature feature of ISO 8601 date/time
 representations is the ordering of date and time values from the most to the
 least significant or, in plain terms, from the largest (the year) to the
 smallest (the second).
 .
  Example date: 2008-04-18
  Example separate date and time in UTC: 2008-04-18 08:47Z
  Example combined date and time in UTC: 2008-04-18T08:47Z
  Example date with week number: 2008-W16-5
 .
 ISO 8601 time intervals will be supported in a later release.