File: Changes

package info (click to toggle)
libtime-clock-perl 1.03-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 680; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 953 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1.03 (02.14.2014) - John Siracusa <siracusa@gmail.com>

    * Documented the return value of parse().

1.02 (06.15.2010) - John Siracusa <siracusa@gmail.com>

    * Fixed test failures on systems without Time::HiRes.

1.01 (06.03.2010) - John Siracusa <siracusa@gmail.com>

    * Prevent parse failure on greater-than-nanoseconds precision.
      (The extra precision is discarded.)

1.00 (03.09.2010) - John Siracusa <siracusa@gmail.com>

    * The %i format now correctly shows 12 for 12 AM.
    * Removed leading zeros from the %i format.
    * Bumped version number to reflect API stability.

0.12 (10.16.2009) - John Siracusa <siracusa@gmail.com>

    * Updated eval block to avoid stomping on $@ from an outer scope.

0.11 (08.24.2006) - John Siracusa <siracusa@gmail.com>

    * Added the %s format specifier.
    * Made as_integer_seconds() part of the public API.

0.10 (06.30.2006) - John Siracusa <siracusa@gmail.com>

    * Initial release.