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

Changelog

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

  * Fix typo in changelog entry for 6.89-1.
  * Import upstream version 6.90.

 -- gregor herrmann <email address hidden>  Sat, 03 Dec 2022 18:44:50 +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
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.90-1.dsc 2.4 KiB 4ddaf37fee22d9ad7b0be5b4434c2f5b3c2c03d395916b1e0e22505209abae99
libdate-manip-perl_6.90.orig.tar.gz 1.8 MiB 14a81529410b56afa54a3733dd19578219d2f63c44de682204a68226f95b8533
libdate-manip-perl_6.90-1.debian.tar.xz 8.2 KiB edaf7fdf1943a1957b7ec8adc183af41d712a796a8cab7e0f5a9ef6230d0482a

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.