libdate-manip-perl 6.86-1 source package in Ubuntu
Changelog
libdate-manip-perl (6.86-1) unstable; urgency=medium * Import upstream version 6.86. * Declare compliance with Debian Policy 4.6.0. * Update lintian override. -- gregor herrmann <email address hidden> Sat, 20 Nov 2021 17:19:01 +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 | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libdate-manip-perl_6.86-1.dsc | 2.4 KiB | ae816a6cfca3d7a6762075e01abf86e5a7965b249c1915d19585a77712e5108c |
libdate-manip-perl_6.86.orig.tar.gz | 1.9 MiB | b5203782d03c79aa5822cf33d1828aaa3b4db93a275d4a428c89f56f4713361f |
libdate-manip-perl_6.86-1.debian.tar.xz | 8.1 KiB | 8cdf3ed627f199de65f30eb0dc3f1d2df41208c996c16a5f3ffda0291e4c751e |
Available diffs
- diff from 6.85-1 to 6.86-1 (114.0 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.