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

Changelog

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

  * Import upstream version 6.94.
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Sat, 20 Jan 2024 19:41:28 +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.94-1.dsc 2.4 KiB d377f5af98715064599584046e5bfca01bbf330efccbb1c741214f10f1f6f191
libdate-manip-perl_6.94.orig.tar.gz 1.8 MiB 0278eb62113618c8977d3d537433d85340c487cbdfd95dd3452e4d7217f48848
libdate-manip-perl_6.94-1.debian.tar.xz 8.3 KiB 35c3f8a744084e5d205a0cb1099cc7c46337595f349862867af1d721d749b1db

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.