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

Changelog

libtime-piece-perl (1.20-2build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 20:18:44 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libtime-piece-perl_1.20.orig.tar.gz 24.1 KiB da842a827289ed1f9afd63f1bbd26ac03a377a7ff3455c67169e0ab9ccd98b55
libtime-piece-perl_1.20-2build2.debian.tar.gz 5.5 KiB 72f962ebd9b206dbb3795748dc544245c725b7583b19ca82234e7a839717d5e6
libtime-piece-perl_1.20-2build2.dsc 2.2 KiB db2668225d94aa0417b267721ec5b2a35d89c6bc0bdc73a85c569cb756824dd6

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.