Revert #15200 for backwards compatiblity reasons.
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / Changes
1 Revision history for Perl extension Test::Simple
2
3 0.42  Wed Mar  6 15:00:24 EST 2002
4     - Setting Test::Builder->current_test() now works (see what happens
5       when you forget to test things?)
6     - The change in is()'s undef/'' handling in 0.34 was an API change, 
7       but I forgot to declare it as such.
8     - The apostrophilic jihad attacks!  Philip Newtons patch for
9       grammar mistakes in the doc's.
10
11 0.41  Mon Dec 17 22:45:20 EST 2001
12     * chromatic added diag()
13     - Internal eval()'s sometimes interfering with $@ and $!.  Fixed.
14
15 0.40  Fri Dec 14 15:41:39 EST 2001
16     * isa_ok() now accepts unblessed references gracefully
17     - Nick Clark found a bug with like() and a regex with % in it.
18     - exit.t was hanging on 5.005_03 VMS perl.  Test now skipped.
19     - can_ok() would pass if no methods were given.  Now fails.
20     - isnt() diagnostic output format changed
21     * Added some docs about embedding and extending Test::More
22     * Added Test::More->builder
23     * Added cmp_ok()
24     * Added todo_skip()
25     * Added unlike()
26     - Piers pointed out that sometimes people override isa().
27       isa_ok() now accounts for that.
28
29 0.36  Thu Nov 29 14:07:39 EST 2001
30     - Matthias Urlichs found that intermixed prints to STDOUT and test 
31       output came out in the wrong order when piped.
32
33 0.35  Tue Nov 27 19:57:03 EST 2001
34     - Little glitch in the test suite.  No actual bug.
35
36 0.34  Tue Nov 27 15:43:56 EST 2001
37     * **API CHANGE** Empty string no longer matches undef in is() 
38       and isnt().
39     * Added isnt_eq and isnt_num to Test::Builder.
40
41 0.33  Mon Oct 22 21:05:47 EDT 2001
42     * It's now officially safe to redirect STDOUT and STDERR without
43       affecting test output.
44     - License and POD cleanup by Autrijus Tang
45     - Synched up Test::Tutorial with the wiki version
46     - Minor VMS test nit.
47
48 0.32  Tue Oct 16 16:52:02 EDT 2001
49     * Finally added a seperate plan() function
50     * Adding a name field to isa_ok()
51       (Requested by Dave Rolsky)
52     - Test::More was using Carp.pm, causing the occasional false positive.
53       (Reported by Tatsuhiko Miyagawa)
54
55 0.31  Mon Oct  8 19:24:53 EDT 2001
56     * Added an import option to Test::More
57     * Added no_ending and no_header options to Test::Builder
58       (Thanks to Dave Rolsky for giving this a swift kick in the ass)
59     * Added is_deeply().  Display of scalar refs not quite 100%
60       (Thanks to Stas Bekman for Apache::TestUtil idea thievery)
61     - Fixed a minor warning with skip()
62       (Thanks to Wolfgang Weisselberg for finding this one)
63
64 0.30  Thu Sep 27 22:10:04 EDT 2001
65     * Added Test::Builder
66       (Thanks muchly to chromatic for getting this off the ground!)
67     * Diagnostics are back to using STDERR *unless* it's from a todo
68       test.  Those go to STDOUT.
69     - Fixed it so nothing is printed if a test is run with a -c flag.
70       Handy when a test is being deparsed with B::Deparse.
71
72 0.20  *UNRELEASED*
73
74 0.19  Tue Sep 18 17:48:32 EDT 2001
75     * Test::Simple and Test::More no longer print their diagnostics
76       to STDERR.  It instead goes to STDOUT.
77     * TODO tests which fail now print full failure diagnostics.
78     - Minor bug in ok()'s test name diagnostics made it think a blank
79       name was a number.
80     - ok() less draconian about test names
81     - Added temporary special case for Parrot::Test
82     - Now requiring File::Spec for our tests.
83
84 0.18  Wed Sep  5 20:35:24 EDT 2001
85     * ***API CHANGE*** can_ok() only counts as one test
86     - can_ok() has better diagnostics
87     - Minor POD fixes from mjd
88     - adjusting the internal layout to make it easier to put it into
89       the core
90
91 0.17  Wed Aug 29 20:16:28 EDT 2001
92     * Added can_ok() and isa_ok() to Test::More
93
94 0.16  Tue Aug 28 19:52:11 EDT 2001
95     * vmsperl foiled my sensisble exit codes.  Reverting to a much more
96       coarse scheme.
97
98 0.15  Tue Aug 28 06:18:35 EDT 2001  *UNRELEASED*
99     * Now using sensible exit codes on VMS.
100
101 0.14  Wed Aug 22 17:26:28 EDT 2001
102     * Added a first cut at Test::Tutorial
103
104 0.13  Tue Aug 14 15:30:10 EDT 2001
105     * Added a reason to the skip_all interface
106     - Fixed a bug to allow 'use Test::More;' to work.
107       (Thanks to Tatsuhiko Miyagawa again)
108     - Now always testing backwards compatibility.
109
110 0.12  Tue Aug 14 11:02:39 EDT 2001
111     * Fixed some compatibility bugs with older Perls
112       (Thanks to Tatsuhiko Miyagawa)
113
114 0.11  Sat Aug 11 23:05:19 EDT 2001
115     * Will no longer warn about testing undef values
116     - Escaping # in test names
117     - Ensuring that ok() returns true or false and not undef
118     - Minor doc typo in the example
119
120 0.10  Tue Jul 31 15:01:11 EDT 2001
121     * Test::More is now distributed in this tarball.
122     * skip and todo tests work!
123     * Extended use_ok() so it can import
124     - A little internal rejiggering
125     - Added a TODO file
126
127 0.09  Wed Jun 27 02:55:54 EDT 2001
128     - VMS fixes
129
130 0.08  Fri Jun 15 14:39:50 EDT 2001
131     - Guarding against $/ and -l
132     - Reformatted the way failed tests are reported to make them stand out
133       a bit better.
134
135 0.07  Tue Jun 12 15:55:54 BST 2001
136     - 'use Test::Simple' by itself no longer causes death
137     - Yet more fixes for death in eval
138     - Limiting max failures reported via exit code to 254.
139
140 0.06  Wed May  9 23:38:17 BST 2001
141     - Whoops, left a private method in the public docs.
142
143 0.05  Wed May  9 20:40:35 BST 2001
144     - Forgot to include the exit tests.
145     - Trouble with exiting properly under 5.005_03 and 5.6.1 fixed
146     - Turned off buffering
147     * 5.004 new minimum version
148     - Now explicitly tested with 5.6.1, 5.6.0, 5.005_03 and 5.004
149
150 0.04  Mon Apr  2 11:05:01 BST 2001
151     - Fixed "require Test::Simple" so it doesn't bitch and exit 255
152     - Now installable with the CPAN shell.
153
154 0.03  Fri Mar 30 08:08:33 BST 2001
155     - ok() now prints on what line and file it failed.
156     - eval 'die' was considered abnormal.  Fixed.
157
158 0.02  Fri Mar 30 05:12:14 BST 2001      *UNRELEASED*
159     - exit codes tested
160     * exit code on abnormal exit changed to 255 (thanks to Tim Bunce for
161       pointing out that Unix can't do negative exit codes)
162     - abnormal exits now better caught.
163     - No longer using Test.pm to test this, but still minimum of 5.005
164       due to needing $^S.
165
166 0.01  Wed Mar 28 06:44:44 BST 2001
167     - First working version released to CPAN
168