-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
69 lines (52 loc) · 1.9 KB
/
Changes
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Revision history for Test2-Aggregate
0.17 2022-02-10
Ignore empty lines in list files.
0.16 2021-08-26
Replaced File::Slurp with Path::Tiny (adding 'slurp_param' option).
0.15 2020-08-10
Fix for test_warnings output showing only first line of STDERR.
0.14 2020-07-21
Fix for a CPAN tester.
POD update.
0.13 2020-06-27
Fail on tests that are passing with errors - this is now default,
'allow_errors' option added to force old behavior if needed.
POD update.
0.12 2020-02-21
'dry_run' option.
'pre_eval' option.
'include' regex option, 'excludes' changed to 'exclude' for symmetry.
Comments in list files, POD update, test coverage.
0.11 2019-12-04
Remove duplicate tests by default, add 'unique' option.
'excludes' option.
0.10 2019-11-23
'sort' option for fixed order.
'package' option fixes & tests.
0.09 2019-11-22
Warnings added to stats of test run.
'package' option.
0.08 2019-07-05
Return stats of test run to caller.
0.07 2019-07-04
Fix stats bug from 0.06.
0.06 2019-07-04
'extend_stats' option.
Fix repeat<0.
Perl critic test & fix.
0.05 2019-06-21
Avoid Test::More redefine warnings.
Defaults shown in POD method description.
0.04 2019-06-14
Don't warn on non-existent paths, warn on invalid root.
STDOUT option for 'stats_output'.
Fix tests for @INC not containing '.'.
Don't warn on non-existent paths, warn on invalid root.
STDOUT option for 'stats_output'.
Fix tests for @INC not containing '.'.
0.03 2019-06-10
File::Find fix for Perl <= 5.22.
0.02 2019-06-10
Fix 'root' option, add 'load_modules', no implicit done_testing().
0.01 2019-06-06
First version, released on an unsuspecting world.