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

Changelog

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

  * Import upstream version 6.59.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.0.0.
  * Add lintian override for a false positive.
    (spelling-error-in-manpage in a German word.)

 -- gregor herrmann <email address hidden>  Wed, 02 Aug 2017 22:41:39 -0400

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

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.59-1.dsc 2.4 KiB 789ec35561df9bfdc1653bccad40d544f47c0b8248d0b60c902c35674f0eb373
libdate-manip-perl_6.59.orig.tar.gz 1.7 MiB 50c71db870008dfd22f42e2e55a392a9a337a44ebbc86e98be5d209b5b0b8a12
libdate-manip-perl_6.59-1.debian.tar.xz 7.5 KiB d28cc12e5de879484b695e8253c0e95c32f714682639949ce76d2d7096cb8b6b

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.