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

Changelog

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

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

 -- gregor herrmann <email address hidden>  Sun, 05 Mar 2023 19:06:02 +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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.91-1.dsc 2.4 KiB 0cf30c444bb4aec304fb1e25b97cef4c90dad945ad2007c38463d9986989630a
libdate-manip-perl_6.91.orig.tar.gz 1.8 MiB 6bd9cb47e82ba91fdba4022ef358149d81e8453f52ca54f49faac2696210c479
libdate-manip-perl_6.91-1.debian.tar.xz 8.2 KiB fba9a0c68c24d5c36f88bcac5da0624140f55aaeaa2d2eb7feb8e17f5e278893

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.