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

Changelog

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

  * New upstream release
  * Added myself to Uploaders and Copyright
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  27 Jun 2011 08:07:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.24.orig.tar.gz 1.4 MiB 538f3aee32923bbea721a87c4b3de7c8bf87aaff387074d3cce4cf8634930819
libdate-manip-perl_6.24-1.debian.tar.gz 6.9 KiB f9f2f89c71c27515e7968ff8fc08bf1952d3417855b4ac6e576c0c524e58cedd
libdate-manip-perl_6.24-1.dsc 2.3 KiB 8683426f98a277e6e8c52fe7984cb2f00b4a8529e45e8e3ee5984c0c6d5eb912

Available diffs

View changes file

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.