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

Changelog

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

  * Import upstream version 6.93.

 -- gregor herrmann <email address hidden>  Sat, 02 Dec 2023 03:14: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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.93-1.dsc 2.4 KiB 623e8cc4494e291d59b46b501242ecdefecbfbe6d76f532da48e8007f8ac3b21
libdate-manip-perl_6.93.orig.tar.gz 1.8 MiB 63bde3cc4de1069c8dbeb06a028e0d1ccde81aa2a49959c825b9c235ce080204
libdate-manip-perl_6.93-1.debian.tar.xz 8.3 KiB 0db0510fb73a2ded16eb3b295ae44bb0ab8e00aa6048d7173762c19ceb30e4e8

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.