[PATCH] Syncing with Test::Simple 0.19
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / Changes
1 Revision history for Perl extension Test::Simple
2
3 0.19  Tue Sep 18 17:48:32 EDT 2001
4     * Test::Simple and Test::More no longer print their diagnostics
5       to STDERR.  It instead goes to STDOUT.
6     * TODO tests which fail now print full failure diagnostics.
7     - Minor bug in ok()'s test name diagnostics made it think a blank
8       name was a number.
9     - ok() less draconian about test names
10     - Added temporary special case for Parrot::Test
11     - Now requiring File::Spec for our tests.
12
13 0.18  Wed Sep  5 20:35:24 EDT 2001
14     * ***API CHANGE*** can_ok() only counts as one test
15     - can_ok() has better diagnostics
16     - Minor POD fixes from mjd
17     - adjusting the internal layout to make it easier to put it into
18       the core
19
20 0.17  Wed Aug 29 20:16:28 EDT 2001
21     * Added can_ok() and isa_ok() to Test::More
22
23 0.16  Tue Aug 28 19:52:11 EDT 2001
24     * vmsperl foiled my sensisble exit codes.  Reverting to a much more
25       coarse scheme.
26
27 0.15  Tue Aug 28 06:18:35 EDT 2001  *UNRELEASED*
28     * Now using sensible exit codes on VMS.
29
30 0.14  Wed Aug 22 17:26:28 EDT 2001
31     * Added a first cut at Test::Tutorial
32
33 0.13  Tue Aug 14 15:30:10 EDT 2001
34     * Added a reason to the skip_all interface
35     - Fixed a bug to allow 'use Test::More;' to work.
36       (Thanks to Tatsuhiko Miyagawa again)
37     - Now always testing backwards compatibility.
38
39 0.12  Tue Aug 14 11:02:39 EDT 2001
40     * Fixed some compatibility bugs with older Perls
41       (Thanks to Tatsuhiko Miyagawa)
42
43 0.11  Sat Aug 11 23:05:19 EDT 2001
44     * Will no longer warn about testing undef values
45     - Escaping # in test names
46     - Ensuring that ok() returns true or false and not undef
47     - Minor doc typo in the example
48
49 0.10  Tue Jul 31 15:01:11 EDT 2001
50     * Test::More is now distributed in this tarball.
51     * skip and todo tests work!
52     * Extended use_ok() so it can import
53     - A little internal rejiggering
54     - Added a TODO file
55
56 0.09  Wed Jun 27 02:55:54 EDT 2001
57     - VMS fixes
58
59 0.08  Fri Jun 15 14:39:50 EDT 2001
60     - Guarding against $/ and -l
61     - Reformatted the way failed tests are reported to make them stand out
62       a bit better.
63
64 0.07  Tue Jun 12 15:55:54 BST 2001
65     - 'use Test::Simple' by itself no longer causes death
66     - Yet more fixes for death in eval
67     - Limiting max failures reported via exit code to 254.
68
69 0.06  Wed May  9 23:38:17 BST 2001
70     - Whoops, left a private method in the public docs.
71
72 0.05  Wed May  9 20:40:35 BST 2001
73     - Forgot to include the exit tests.
74     - Trouble with exiting properly under 5.005_03 and 5.6.1 fixed
75     - Turned off buffering
76     * 5.004 new minimum version
77     - Now explicitly tested with 5.6.1, 5.6.0, 5.005_03 and 5.004
78
79 0.04  Mon Apr  2 11:05:01 BST 2001
80     - Fixed "require Test::Simple" so it doesn't bitch and exit 255
81     - Now installable with the CPAN shell.
82
83 0.03  Fri Mar 30 08:08:33 BST 2001
84     - ok() now prints on what line and file it failed.
85     - eval 'die' was considered abnormal.  Fixed.
86
87 0.02  Fri Mar 30 05:12:14 BST 2001      *UNRELEASED*
88     - exit codes tested
89     * exit code on abnormal exit changed to 255 (thanks to Tim Bunce for
90       pointing out that Unix can't do negative exit codes)
91     - abnormal exits now better caught.
92     - No longer using Test.pm to test this, but still minimum of 5.005
93       due to needing $^S.
94
95 0.01  Wed Mar 28 06:44:44 BST 2001
96     - First working version released to CPAN
97