libdate-manip-perl 6.51-1 source package in Ubuntu

Changelog

libdate-manip-perl (6.51-1) unstable; urgency=medium

  * Import upstream version 6.51
  * Drop spelling.patch, merged upstream.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sat, 17 Oct 2015 21:28:19 +0200

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

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.51-1.dsc 2.5 KiB 7eab05f01fe2bba7272beea6cb34913b3687608c02cbb388ff4317d9d121692b
libdate-manip-perl_6.51.orig.tar.gz 1.7 MiB 23bca630398d33ee16d6d8b285206dfdfa93739da771d30e40ed6a28b0c8db29
libdate-manip-perl_6.51-1.debian.tar.xz 7.1 KiB 00594a3d754cff1ba9bef05ac9b557b0b8cdcfcfdef1cdd57d684bb7a7673906

Available diffs

No changes file available.

Binary packages built by this source

libdate-manip-perl: module for manipulating dates

 Date::Manip is a Perl module that contains a set of routines designed to make
 any common date/time manipulation easy to do. It aims to make operations like
 comparing two times, calculating a time a given amount of time from another,
 or parsing international times simpler.
 .
 The focus of Date::Manip has been to be able to do ANY desired date or time
 operation easily, though not necessarily quickly. There are other modules
 that can do a small subset of these operations quicker, so if speed is a
 primary issue, you should look elsewhere.