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

Changelog

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

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ gregor herrmann ]
  * New upstream release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:04:09 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdate-manip-perl_6.25.orig.tar.gz 1.3 MiB 594b6905e072da0e8ba376267a900502a5ca0350d7691b46ea6b64a8a5dc4736
libdate-manip-perl_6.25-1.debian.tar.gz 6.7 KiB 26b9bda1994225ba943776559dcc2b15972fbe62021b0d65a698bed3784eed83
libdate-manip-perl_6.25-1.dsc 2.3 KiB 62176dc1e9c3412219f5061bc20529cc157ec91995e11132696058a03ac58205

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.