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

Changelog

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

  * Import upstream version 6.95.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Sat, 02 Mar 2024 01:01:00 +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
Oracular release main perl
Noble release main perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.95-1.dsc 2.4 KiB cc96fe76caf3da75d4962a7af7d4cd32cbd015052bdc7db311f4d85370383ff4
libdate-manip-perl_6.95.orig.tar.gz 1.8 MiB 92383832311f22083f55d03c8dae8f4bcc387cd902624e5ef9ac680f144cbd4c
libdate-manip-perl_6.95-1.debian.tar.xz 8.3 KiB 94db9a45d385ed4536027eeeea28b77b39a064998d72fae053d574734d3f5302

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.