libtime-format-perl 1.00-1.1 source package in Ubuntu

Changelog

libtime-format-perl (1.00-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * debian/rules: Don't FTBFS when perl is smart enough not to create
    empty dirs. (Closes: #467982)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:17:15 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Christoph Haas
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtime-format-perl_1.00.orig.tar.gz 34.0 KiB 3829aa821f75b9d54c2fb403bb3f2cd48ad0098c3ead5684d60ecf5d3a61a1ba
libtime-format-perl_1.00-1.1.diff.gz 2.0 KiB 633a509592121754936696d6ff5cf0412b13cbca7830dda0a1b027c4ccfd3144
libtime-format-perl_1.00-1.1.dsc 648 bytes 8b86733c05ba39c373b74fb5384516696bed26f22c6ea0c6d7208e030d02cdff

View changes file

Binary packages built by this source

libtime-format-perl: module for easy date/time formatting

 Time::Format creates global pseudovariables which format dates and times,
 according to formatting codes you pass to them in strings.
 .
 The %time formatting codes are designed to be easy to remember and use, and to
 take up just as many characters as the output time value whenever possible.
 For example, the four-digit year code is "yyyy", the three-letter month
 abbreviation is "Mon".
 .
 The nice thing about having a variable-like interface instead of function
 calls is that the values can be used inside of strings (as well as outside of
 strings in ordinary expressions). Dates are frequently used within strings
 (log messages, output, data records, etc.), so having the ability to
 interpolate them directly is handy.