libdate-jd-perl 0.005-1 source package in Ubuntu

Changelog

libdate-jd-perl (0.005-1) unstable; urgency=low


  * Take over for the Debian Perl Group on maintainer's request
    (http://bugs.debian.org/677732#10)
  * Imported Upstream version 0.005
  * Update source format to 3.0 (quilt)
  * Bump Standards-Version to 3.9.4
  * Bump debhelper compatibility to 8
  * Update debian/copyright (years and format)
  * Remove README from docs

 -- Xavier Guimard <email address hidden>  Sun, 23 Dec 2012 09:23:10 +0100

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
Trusty release universe perl

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdate-jd-perl_0.005-1.dsc 2.0 KiB 2cef777c2b03b11c59b189a61c6938c2b8f9c12db9207545bcf3dc13c4ab2919
libdate-jd-perl_0.005.orig.tar.gz 14.4 KiB 24ee566aead39837cb5485f538028aafb18f38b268a025bbc80d869731c0b073
libdate-jd-perl_0.005-1.debian.tar.gz 2.0 KiB 3457a532108709a0b2cce5c10a335d63ebfcce0172e64bef2b2536d24e9a9cbe

Available diffs

No changes file available.

Binary packages built by this source

libdate-jd-perl: conversion between flavours of Julian Date

 For date and time calculations it is convenient to represent dates by a
 simple linear count of days, rather than in a particular calendar. This is
 such a good idea that it has been invented several times. If there were a
 single such linear count then it would be the obvious data interchange format
 between calendar modules. With several versions, calendar modules can use
 such sensible data formats and still have interoperability problems. Date::JD
 tackles that problem, by performing conversions between different flavours of
 day count. These day count systems are generically known as "Julian Dates",
 after the most venerable of them.
 .
 Among Julian Date systems there are also some non-trivial differences of
 concept. There are systems that count only complete days, and those that
 count fractional days also. There are some that are fixed to Universal Time
 (time on the prime meridian), and others that are interpreted according to a
 timezone. Some consider the day to start at noon and others at midnight,
 which is semantically significant for the complete-day counts. The functions
 of this module appropriately handle the semantics of all the non-trivial
 conversions.