File: Changes

package info (click to toggle)
libtest-mocktime-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 68 kB
  • ctags: 9
  • sloc: perl: 212; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 926 bytes parent folder | download
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
32
CHANGES
-------

  0.09 - 30 June 2008

      * including t/pod.t

  0.08 - 30 June 2008

      * fixing Pod with a patch from Ansgar Burchardt.
  
  0.07 - 05 September 2007

      * including the missing t/prototypes.t into the MANIFEST so it actually gets included. *ZONK*

  0.06 - 04 September 2007

      * fixing a call to Exporter to allow Test::MockTime on perl 5.6.1 to run, although still with warnings about prototypes
      * including the missing t/prototypes.t that Peter sent me.

  0.05 - 28 December 2006

      * Patch from Peter du Marchie van Voorthuysen to give the correct function prototypes for gmtime, localtime and time
      * now only requiring Time::Piece when using specs

  0.04 - 31 July 2006

      * Patch from Michael Hendricks to allow importing all subroutines

  0.03 - 30 July 2006

      * Patch from Michael Hendricks to allow dates in formats other than seconds since the unix epoch