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

Changelog

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

  * Import upstream version 6.85.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Thu, 04 Mar 2021 18:19:38 +0100

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

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.85-1.dsc 2.4 KiB c634151ef4e8fe636aa6676c5d5ee56adac0744c7924d71a0582d1ba2f08f5c0
libdate-manip-perl_6.85.orig.tar.gz 1.9 MiB 1662393943b7c588478ea9d975200d825f500d26fe9996f2bf7f829cfaa5ccdc
libdate-manip-perl_6.85-1.debian.tar.xz 8.1 KiB ff2e3ba969275b9fffbc05e822934ccdb86651970916cf0f07d0b8f937c5a541

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.