Integrate change #13145 from maintperl;
[p5sagit/p5-mst-13.2.git] / lib / Test / Harness / Changes
CommitLineData
2fe373ce 1Revision history for Perl extension Test::Harness
2
31.25 Tue Aug 7 08:51:09 EDT 2001
4 * Fixed a bug with tests failing if they're all skipped
5 reported by Stas Bekman.
6 - Fixed a very minor warning in 5.004_04
7 - Fixed displaying filenames not from @ARGV
8 - Merging with bleadperl
9 - minor fixes to the filename in the report
10 - '[no reason given]' skip reason
11
121.24 2001/08/07 12:52:47 *UNRELEASED*
13 - Added internal information about number of todo tests
14
151.23 Tue Jul 31 15:06:47 EDT 2001
16 - Merged in Ilya's "various reasons" patch
17 * Fixed "not ok 23 - some name # TODO" style tests
18
191.22 Mon Jun 25 02:00:02 EDT 2001
20 * Fixed bug with failing tests using header at end.
21 - Documented how Test::Harness deals with garbage input
22 - Turned on test counter mismatch warning
23
241.21 Wed May 23 19:22:53 BST 2001
25 * No longer considered unstable. Merging back with the perl core.
26 - Fixed minor nit about the report summary
27 - Added docs on the meaning of the failure report
28 - Minor POD nits fixed mirroring perl change 9176
29 - TODO and SEE ALSO expanded
30
311.20 Wed Mar 14 23:09:20 GMT 2001 by Michael G Schwern *UNSTABLE*
32 * Fixed and tested with 5.004!
33 - Added EXAMPLE docs
34 - Added TODO docs
35 - Now uneffected by -l, $\ or $,
36
371.19 Sat Mar 10 00:43:29 GMT 2001 by Michael G Schwern *UNSTABLE*
38 - More internal reworking
39 * Removed use of experimental /(?>...)/ feature for backwards compat
40 * Removed use of open(my $fh, $file) for backwards compatibility
41 * Removed use of Tie::StdHandle in tests for backwards compat
42 * Added dire warning that this is unstable.
43 - Added some tests from the old CPAN release
44
451.18 Mon Mar 5 17:35:11 GMT 2001 by Michael G Schwern
46 * Under new management!
47 * Test::Harness is now being concurrently shipped on CPAN as well
48 as in the core.
49 - Switched "our" for "use vars" and moved the minimum version back
50 to 5.004. This may be optimistic.
51
52
53*** Missing version history to be extracted from Perl changes ***
54
55
561.07 Fri Feb 23 1996 by Andreas Koenig
57 - Gisle sent me a documentation patch that showed me, that the
58 unless(/^#/) is unnessessary. Applied the patch and deleted the block
59 checking for "comment" lines. -- All lines are comment lines that do
60 not match /^1\.\.([0-9]+)/ or /^(not\s+)?ok\b/.
61 - Ilyaz request to print "ok (empty test case)" whenever we say 1..0
62 implemented.
63 - Harness now doesn't abort anymore if we received confused test output,
64 just warns instead.
65
661.05 Wed Jan 31 1996 by Andreas Koenig
67 - More updates on docu and introduced the liberality that the script
68 output may omit the test numbers.
69
701.03 Mon January 28 1996 by Andreas Koenig
71 - Added the statistics for subtests. Updated the documentation.
72
731.02 by Andreas Koenig
74 - This version reports a list of the tests that failed accompanied by
75 some trivial statistics. The older (unnumbered) version stopped
76 processing after the first failed test.
77 - Additionally it reports the exit status if there is one.
78
79