libdatetime-perl 2:0.7000-1build1 source package in Ubuntu

Changelog

libdatetime-perl (2:0.7000-1build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Wed, 16 Nov 2011 01:19:00 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Downloads

File Size SHA-256 Checksum
libdatetime-perl_0.7000.orig.tar.gz 173.3 KiB 26084f067b2055e6286cd27c97e8a7298fbec251bfeee55df8886c835ff5e779
libdatetime-perl_0.7000-1build1.debian.tar.gz 7.6 KiB 2aa9531e43624489c29f2132ce01409aaae4fff1de594f923280dadc3d6b5127
libdatetime-perl_0.7000-1build1.dsc 2.5 KiB 86d58de8e1d1b6e519b47b415e49a0e9869a6cbf9b536ffd12a9aac5a5663e10

Available diffs

View changes file

Binary packages built by this source

libdatetime-perl: module for manipulating dates, times and timestamps

 DateTime is a Perl module which aims to provide a complete, correct, and easy
 to use date/time object implementation. It provides an easy way to manipulate
 dates and times, including date calculations (even addition and subtraction)
 and provides convenient methods for extracting or modifying portions of any
 date or time.
 .
 This module supports the Olson time zone database, meaning that historical
 time zone information, and more importantly, daylight saving time rules, can
 be handled transparently, simply by setting the correct time zone. This is
 done by using the DateTime::TimeZone module.