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

Changelog

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

  * Import upstream version 6.88.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Sat, 04 Jun 2022 23:48:34 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.88-1.dsc 2.4 KiB 519765980a89a964fd0d2600278eaca346ddc9a21b779cb62c4ef647a39f74f6
libdate-manip-perl_6.88.orig.tar.gz 1.9 MiB a1251c039883ad6016b663e4edc9b173f78a6b7dca061b4f391e9dd30389a8c6
libdate-manip-perl_6.88-1.debian.tar.xz 8.1 KiB 934cbbbfd168b9634f38bb8356af25180a2e8ff7710f87826a3933f3bd168c76

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.