libtime-piece-perl 1.20-2build1 source package in Ubuntu

Changelog

libtime-piece-perl (1.20-2build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sun, 08 May 2011 13:34:16 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtime-piece-perl_1.20.orig.tar.gz 24.1 KiB da842a827289ed1f9afd63f1bbd26ac03a377a7ff3455c67169e0ab9ccd98b55
libtime-piece-perl_1.20-2build1.debian.tar.gz 5.5 KiB 8da4102e20113ec6ad1c51ba481096fcd6d41382a3fb2f295c27042b5b861be6
libtime-piece-perl_1.20-2build1.dsc 2.2 KiB 989d0b6511af968a56ef7d3c5cdf3ff506a31bbabd5fda04dac1cb7262955f31

Available diffs

View changes file

Binary packages built by this source

libtime-piece-perl: Perl module for object oriented time objects

 Time::Piece is a Perl module that is designed to replace the standard gmtime
 and localtime functions with implementations that return objects. It does so
 in a backward-compatible manner, so that using localtime/gmtime in the way
 documented in `perlfunc' will still return what you think.
 .
 Furthermore, objects of this class will allow you to get any part of the date
 or time via method calls. It has methods for Julian days and supports some
 simple date arithmetic operations. It also provides easy access strftime and
 strptime functions to parse and output locale-sensitive dates.