File: Changes

package info (click to toggle)
libtest-mock-time-perl 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 484; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 748 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
33
Revision history for Test-Mock-Time

v0.2.1  2024-01-09 13:25:43 EET
        - Fix warning about bigint/bignum conflict.

v0.2.0  2023-06-07 01:30:38 EEST
        - Fix compatibility with modern EV.

v0.1.7  2018-01-09 21:05:29 EET
	- Add support for perl-5.8.

v0.1.6  2016-02-29 23:22:56 EET
	- Reformat doc.
	- Drop support for Mojolicious < 6.0.

v0.1.5  2016-02-18 14:27:57 EET
	- Fix floating point math on perl with -Duselongdouble.

v0.1.4  2016-02-17 19:37:45 EET
	- Fix EV::run() support.

v0.1.3  2016-02-15 20:15:56 EET
	- Fix POD.

v0.1.2  2016-02-15 15:37:39 EET
	- Improve EV::run() support.
	- Bugfixes.

v0.1.1  2016-02-15 08:27:25 EET
	- Improve tests portability (BSD).

v0.1.0  2016-02-14 21:59:31 EET
        - Initial release