libdate-iso8601-perl 0.004-2 source package in Ubuntu

Changelog

libdate-iso8601-perl (0.004-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

  [ 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 16:43:41 +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
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-iso8601-perl_0.004-2.dsc 2.3 KiB 4f9f6f88c2a33eca83aa0d5984c5e381aa3159aa766d4b0d9532fa07cd72a13d
libdate-iso8601-perl_0.004.orig.tar.gz 11.8 KiB 071b03cc7bfb2ca6f61285082a278322b1910d6fcf034555946a65d2c8e25ef7
libdate-iso8601-perl_0.004-2.debian.tar.xz 2.3 KiB 5c22364e817921114f7ebcce762bb8b2118ae1adb09c33d646d7c609fd89e0b0

Available diffs

No changes file available.

Binary packages built by this source

libdate-iso8601-perl: Perl handling of the three ISO 8601 numerical calendars

 The international standard ISO 8601 "Data elements and interchange formats -
 Information interchange - Representation of dates and times" defines three
 distinct calendars by which days can be labelled. It also defines textual
 formats for the representation of dates in these calendars. Date::ISO8601
 provides functions to convert dates between these three calendars and
 Chronological Julian Day Numbers, which is a suitable format to do arithmetic
 with. It also supplies functions that describe the shape of these calendars,
 to assist in calendrical calculations. It also supplies functions to
 represent dates textually in the ISO 8601 formats. ISO 8601 also covers time
 of day and time periods, but this module does nothing relating to those parts
 of the standard; this is only about labelling days.
 .
 The first ISO 8601 calendar divides time up into years, months, and days. It
 corresponds exactly to the Gregorian calendar, invented by Aloysius Lilius
 and promulgated by Pope Gregory XIII in the late sixteenth century, with AD
 (CE) year numbering. This calendar is applied to all time, not just to dates
 after its invention nor just to years 1 and later. Thus for ancient dates it
 is the proleptic Gregorian calendar with astronomical year numbering.