libdate-manip-perl 6.92-1 source package in Ubuntu
Changelog
libdate-manip-perl (6.92-1) unstable; urgency=medium * Import upstream version 6.92. -- gregor herrmann <email address hidden> Sun, 25 Jun 2023 04:31:56 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdate-manip-perl_6.92-1.dsc | 2.4 KiB | 770660ce06555d2509b44b082c36afd99a6a1f7b5a895fb4484627f6ba8afa51 |
libdate-manip-perl_6.92.orig.tar.gz | 1.8 MiB | ab962bd39ca09ec6fcfe7e5a6912af71b0c1f6f03e4ed2bef6e4471c9d367a13 |
libdate-manip-perl_6.92-1.debian.tar.xz | 8.2 KiB | ee47b96cdf239b5a13325843dcc4929bc702116d7586194790e60aee5a7583dd |
Available diffs
- diff from 6.91-1 to 6.92-1 (77.2 KiB)
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.