The Test::More and Test::Simple tests required help
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / Changes
1 Revision history for Perl extension Test::Simple
2
3 0.09  Wed Jun 27 02:55:54 EDT 2001
4     - VMS fixes
5
6 0.08  Fri Jun 15 14:39:50 EDT 2001
7     - Guarding against $/ and -l
8     - Reformatted the way failed tests are reported to make them stand out
9       a bit better.
10
11 0.07  Tue Jun 12 15:55:54 BST 2001
12     - 'use Test::Simple' by itself no longer causes death
13     - Yet more fixes for death in eval
14     - Limiting max failures reported via exit code to 254.
15
16 0.06  Wed May  9 23:38:17 BST 2001
17     - Whoops, left a private method in the public docs.
18
19 0.05  Wed May  9 20:40:35 BST 2001
20     - Forgot to include the exit tests.
21     - Trouble with exiting properly under 5.005_03 and 5.6.1 fixed
22     - Turned off buffering
23     * 5.004 new minimum version
24     - Now explicitly tested with 5.6.1, 5.6.0, 5.005_03 and 5.004
25
26 0.04  Mon Apr  2 11:05:01 BST 2001
27     - Fixed "require Test::Simple" so it doesn't bitch and exit 255
28     - Now installable with the CPAN shell.
29
30 0.03  Fri Mar 30 08:08:33 BST 2001
31     - ok() now prints on what line and file it failed.
32     - eval 'die' was considered abnormal.  Fixed.
33
34 0.02  Fri Mar 30 05:12:14 BST 2001      *UNRELEASED*
35     - exit codes tested
36     * exit code on abnormal exit changed to 255 (thanks to Tim Bunce for
37       pointing out that Unix can't do negative exit codes)
38     - abnormal exits now better caught.
39     - No longer using Test.pm to test this, but still minimum of 5.005
40       due to needing $^S.
41
42 0.01  Wed Mar 28 06:44:44 BST 2001
43     - First working version released to CPAN
44