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