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