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

Changelog

libdate-manip-perl (6.41-1) unstable; urgency=low


  * Imported Upstream version 6.41
  * Remove Module::Build patch since no version is required now

 -- Xavier Guimard <email address hidden>  Thu, 12 Sep 2013 06:52:31 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.41-1.dsc 2.4 KiB 8b4140fe26e08eaa29dc76093bb7f56489a4888a2eee5d68ad890a1aaa1cc47e
libdate-manip-perl_6.41.orig.tar.gz 1.9 MiB f7f654d8a85836bfbb248e21dd2ad39e592aa259f247bf77ef791ff19360de09
libdate-manip-perl_6.41-1.debian.tar.gz 7.1 KiB 4efaca5909ffeec2dbe48072d517978f85cf4276c56410298087a37de8be9826

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.