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

Changelog

libdatetime-format-iso8601-perl (0.08-2) unstable; urgency=low

  * Team upload.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Add build dependency on libmodule-build-perl.

 -- gregor herrmann <email address hidden>  Fri, 05 Jun 2015 18:27:24 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-iso8601-perl_0.08-2.dsc 2.6 KiB 249622002c20729d65afb9be6853ad5d68a17d11758f4954df65a2c68ef077c1
libdatetime-format-iso8601-perl_0.08.orig.tar.gz 20.6 KiB b3a3eede7e2576e82de46b173fe549f4cbd89171564f7436d29553591a66cceb
libdatetime-format-iso8601-perl_0.08-2.debian.tar.xz 2.8 KiB 60e5303283e9357ec6131f71a3ec350bdbfeaba0d4a9ab3f2dc9122e438ff708

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.