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

Changelog

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

  * Import upstream version 6.89.
  * Drop re-generation of Changes file indebian/rules.
    The shipped one contains the same content.
  * lintian overrides: update syntax, add a new false positive.

 -- gregor herrmann <email address hidden>  Tue, 06 Sep 2022 20:41:31 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.89-1.dsc 2.4 KiB 5692c5c5fdc4fdd5064d5f521e9779bd4c8972691ef6918dc51651867e557c29
libdate-manip-perl_6.89.orig.tar.gz 1.9 MiB 5caaa9cd1e2b0a1b84124c373e02e89b17c89fdb8fc5bc5f75ac41d304a37617
libdate-manip-perl_6.89-1.debian.tar.xz 8.2 KiB 8535c9275ed0ffa0273cb90810a2221d0ffc8764a04e754d1f72121801535074

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.