Move File::Path from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / ext / Test-Simple / Changes
CommitLineData
3e887aae 10.92 Fri Jul 3 11:08:56 PDT 2009
2 Test Fixes
3 * Silence noise on VMS in exit.t (Craig Berry)
4 * Skip Builder/fork_with_new_stdout.t on systems without fork (Craig Berry)
5
6
70.90 Thu Jul 2 13:18:25 PDT 2009
8 Docs
9 * Finally added a note about the "Wide character in print" warning and
10 how to work around it.
11 * Note the IO::Stringy license in our copy of it.
12 [test-more.googlecode.com 47]
13
14 Test Fixes
15 * Small fixes for integration with the Perl core
16 [bleadperl eaa0815147e13cd4ab5b3d6ca8f26544a9f0c3b4]
17 * exit code tests could be effected by errno when PERLIO=stdio
18 [bleadperl c76230386fc5e6fba9fdbeab473abbf4f4adcbe3]
19
20 Other
21 * This is a stable release for 5.10.1. It does not include
22 the subtest() work in 0.89_01.
23
24
250.88 Sat May 30 12:31:24 PDT 2009
26 Turing 0.87_03 into a stable release.
27
28
290.87_03 Sun May 24 13:41:40 PDT 2009
30 New Features
31 * isa_ok() now works on classes. (Peter Scott)
32
33
340.87_02 Sat Apr 11 12:54:14 PDT 2009
35 Test Fixes
36 * Some filesystems don't like it when you open a file for writing multiple
37 times. Fixes t/Builder/reset.t. [rt.cpan.org 17298]
38 * Check how an operating system is going to map exit codes. Some OS'
39 will map them... sometimes. [rt.cpan.org 42148]
40 * Fix Test::Builder::NoOutput on 5.6.2.
41
42
430.87_01 Sun Mar 29 09:56:52 BST 2009
44 New Features
45 * done_testing() allows you to declare that you have finished running tests,
46 and how many you ran. It is a safer no_plan and effectively replaces it.
47 * output() now supports scalar references.
48
49 Feature Changes
50 * You can now run a test without first declaring a plan. This allows
51 done_testing() to work.
52 * You can now call current_test() without first declaring a plan.
53
54 Bug Fixes
55 * skip_all() with no reason would output "1..0" which is invalid TAP. It will
56 now always include the SKIP directive.
57
58 Other
59 * Repository moved to github.
60
61
8f70d4fd 620.86 Sun Nov 9 01:09:05 PST 2008
63 Same as 0.85_01
64
65
82d700dc 660.85_01 Thu Oct 23 18:57:38 PDT 2008
67 New Features
68 * cmp_ok() now displays the error if the comparison throws one.
69 For example, broken overloaded objects.
70
71 Bug Fixes
72 * cmp_ok() no longer stringifies or numifies its arguments before comparing.
73 This makes cmp_ok() properly test overloaded ops.
74 [rt.cpan.org 24186] [code.google.com 16]
75 * diag() properly escapes blank lines.
76
77 Feature Changes
78 * cmp_ok() now reports warnings and errors as coming from inside cmp_ok,
79 as well as reporting the caller's file and line. This let's the user
80 know where cmp_ok() was called from while reminding them that it is
81 being run in a different context.
82
83 Other
84 * Dependency on ExtUtils::MakeMaker 6.27 only on Windows otherwise the
85 nested tests won't run.
86
87
73039790 880.84 Wed Oct 15 09:06:12 EDT 2008
89 Other
90 * 0.82 accidentally shipped with experimental Mouse dependency.
91
92
930.82 Tue Oct 14 23:06:56 EDT 2008
94 Bug Fixes
95 - 0.81_01 broke $TODO such that $TODO = '' was considered todo.
96
97
980.81_02 Tue Sep 9 04:35:40 PDT 2008
99 New Features
100 * Test::Builder->reset_outputs() to reset all the output methods back to
101 their defaults.
102
103 Bug Fixes
104 - Fixed the file and line number reported by like when it gets a bad
105 regex.
106
107 Features Changed
108 - Now preserves the tests' exit code if it exits abnormally, rather than
109 setting it to 255.
110 - Changed the "Looks like your test died" message to
111 "Looks like your test exited with $exit_code"
112 - no_plan now only warns if given an argument. There were a lot of people
113 doing that, and it's a sensible mistake. [test-more.googlecode.com 13]
114
115
1160.81_01 Sat Sep 6 15:13:50 PDT 2008
117 New Features
118 * Adam Kennedy bribed me to add new_ok(). The price was one DEFCON license key.
119 [rt.cpan.org 8891]
120 * TODO tests can now start and end with 'todo_start' and 'todo_end'
121 Test::Builder methods. [rt.cpan.org 38018]
122 * Added Test::Builder->in_todo() for a safe way to check if a test is inside a
123 TODO block. This allows TODO tests with no reason.
124 * Added note() and explain() to both Test::More and Test::Builder.
125 [rt.cpan.org 14764] [test-more.googlecode.com 3]
126
127 Features Changed
128 * Changed the message for extra tests run to show the number of tests run rather than
129 the number extra to avoid the user having to do mental math.
130 [rt.cpan.org 7022]
131
132 Bug fixes
133 - using a relative path to perl broke tests [rt.cpan.org 34050]
134 - use_ok() broke $SIG{__DIE__} in the used module [rt.cpan.org 34065]
135 - diagnostics for isnt() were confusing on failure [rt.cpan.org 33642]
136 - warnings when MakeMaker's version contained _ [rt.cpan.org 33626]
137 - add explicit test that non-integer plans die correctly [rt.cpan.org 28836]
138 (Thanks to Hans Dieter Pearcey [confound] for fixing the above)
139 - die if no_plan is given an argument [rt.cpan.org 27429]
140
141
bdff39c7 1420.80 Sun Apr 6 17:25:01 CEST 2008
143 Test fixes
144 - Completely disable the utf8 test. It was causing perl to panic on some OS's.
145
146
1470.79_01 Wed Feb 27 03:04:54 PST 2008
148 Bug fixes
149 - Let's try the IO layer copying again, this time with the test
150 fixed for 5.10.
151
152
1530.78 Wed Feb 27 01:59:09 PST 2008
154 Bug fixes
155 * Whoops, the version of Test::Builder::Tester got moved backwards.
156
157
1580.77 Wed Feb 27 01:55:55 PST 2008
159 Bug fixes
160 - "use Test::Builder::Module" no longer sets exported_to() or does
161 any other importing.
162 - Fix the $TODO finding code so it can find $TODO without the benefit
163 of exported_to(), which is often wrong.
164 - Turn off the filehandle locale stuff for the moment, there's a
165 problem on 5.10. We'll try it again next release.
166
167 Doc improvements
168 - Improve the Test::Builder SYNOPSIS to use Test::Builder::Module
169 rather than write it's own import().
170
171
1720.76_02 Sun Feb 24 13:12:55 PST 2008
173 Bug fixes
174 * The default test output filehandles will NOT use utf8.
175 They will now copy the IO layers from STDOUT and STDERR.
176 This means if :utf8 is on then it will honor it and not
177 warn about wide characters.
178
179
1800.76_01 Sat Feb 23 20:44:32 PST 2008
181 Bug fixes
182 * Test::Builder no longer uses a __DIE__ handler. This resolves a number
183 of problems with exit codes being swallowed or other module's handlers
184 being interfered with. [rt.cpan.org 25294]
185 - Allow maybe_regex() to detect blessed regexes. [bleadperl @32880]
186 - The default test output filehandles will now use utf8.
187 [rt.cpan.org 21091]
188
189 Test fixes
190 - Remove the signature test. Adds no security and just generates
191 failures.
192
193
1940.75 Sat Feb 23 19:03:38 PST 2008
195 Incompatibilities
196 * The minimum version is now 5.6.0.
197
198 Bug fixes
199 - Turns out require_ok() had the same bug as use_ok() in a BEGIN block.
200 - ok() was not honoring exported_to() when looking for $TODO as it
201 should be.
202
203 Test fixes
204 * is_deeply_with_threads.t will not run unless AUTHOR_TESTING is set.
205 This is because it tickles intermittent threading bugs in many perls
206 and causes a lot of bug reports about which I can do nothing.
207
208 Misc
209 - Ran through perlcritic and did some cleaning.
210
00881caa 2110.74 Thu Nov 29 15:39:57 PST 2007
212 Misc
213 - Add abstract and author to the meta information.
214
2150.73_01 Mon Oct 15 20:35:15 EDT 2007
216 Bug fixes
217 * Put the use_ok() fix from 0.71 back.
218
4d845874 2190.72 Wed Sep 19 20:08:07 PDT 2007
220 Bug unfixes
221 * The BEGIN { use_ok } fix for [rt.cpan.org 28345] revealed a small pile of
00881caa 222 mistakes in CPAN module test suites. Rolling the fix back to give the
223 authors a bit of time to fix their tests.
4d845874 224
2250.71 Thu Sep 13 20:42:36 PDT 2007
226 Bug fixes
227 - Fixed a problem with BEGIN { use_ok } silently failing when there's no
228 plan set. [rt.cpan.org 28345] Thanks Adriano Ferreira and Yitzchak.
229 - Fixed an obscure problem with is_deeply() and overloading ==
230 [rt.cpan.org 20768]. Thanks Sisyphus.
231
232 Test fixes
233 - Removed dependency on Text::Soundex [rt.cpan.org 25022]
234 - Fixed a 5.5.x failure in fail-more.t
235 * Got rid of the annoying sort_bug.t test that revealed problems with some
00881caa 236 threaded perls. It was testing the deprecated eq_* functions and not
237 worth the bother. Now it tests is_deeply(). [rt.cpan.org 17791]
4d845874 238
239 Doc fixes
240 - Minor POD mistake in Test::Builder [rt.cpan.org 28869]
241 * Test::FAQ has been updated with some more answers.
242
243 Install fixes
244 - Fixed the "LICENSE is not a known MakeMaker parameter name" warning
245 on older MakeMakers for real this time.
246
0753bcb5 2470.70 Thu Mar 15 15:53:05 PDT 2007
248 Bug Fixes
249 * The change to is_fh() in 0.68 broke the case where a reference to
250 a tied filehandle is used for perl 5.6 and back. This made the tests
251 puke their guts out.
252
2530.69 Wed Mar 14 06:43:35 PDT 2007
254 Test fixes
255 - Minor filename compatibility fix to t/fail-more.t [rt.cpan.org 25428]
256
c00d8759 2570.68 Tue Mar 13 17:27:26 PDT 2007
258 Bug fixes
259 * If your code has a $SIG{__DIE__} handler in some cases functions like
260 use_ok(), require_ok(), can_ok() and isa_ok() could trigger that
261 handler. [rt.cpan.org 23509]
262 - Minor improvement to TB's filehandle detection in the case of overridden
263 isa(). [rt.cpan.org 20890]
264 - Will now install as a core module in 5.6.2 which ships with Test::More.
265 [rt.cpan.org 25163]
266
267 New Features
268 - Test::Builder->is_fh() provides a way to determine if a thing
269 can be used as a filehandle.
270
271 Documentation improvements
272 - Improved the docs for $Test::Builder::Level showing the encouraged
273 use (increment, don't set)
274 - Documented the return value of Test::Builder's test methods
275 - Split out TB's method documentation to differenciate between test
276 methods (ok, is_eq...), methods useful in testing (skip, BAILOUT...)
277 and methods useful for building your own tests (maybe_regex...).
278
279 Test fixes
280 - We required too old a version of Test::Pod::Coverage. Need 1.08 and not
281 1.00. [rt.cpan.org 25351]
282
2830.67 Mon Jan 22 13:27:40 PST 2007
284 Test fixes
285 - t/pod_coverage.t would fail if Test::Pod::Coverage between 1.07 and
286 1.00 were installed as it depended on all_modules being exported.
287 [rt.cpan.org 24483]
288
2890.66 Sun Dec 3 15:25:45 PST 2006
290 - Restore 5.4.5 compatibility (unobe@cpan.org) [rt.cpan.org 20513]
291
f9e5c490 2920.65 Fri Nov 10 10:26:51 CST 2006
293
004caa16 2940.64_03 Sun Nov 5 13:09:55 EST 2006
295 - Tests will no longer warn when run against an alpha version of
296 Test::Harness [rt.cpan.org #20501]
297 - Now testing our POD and POD coverage.
298 - Added a LICENSE field.
299 - Removed warning from the docs about mixing numbered and unnumbered
300 tests. There's nothing wrong with that. [rt.cpan.org 21358]
301 - Change doc examples to talk about $got and $expected rather than
302 $this and $that to correspond better to the diagnostic output
303 [rt.cpan.org 2655]
304
b7f9bbeb 3050.64_02 Sat Sep 9 12:16:56 EDT 2006
306 - Last release broke Perls earlier than 5.8.
307
3080.64_01 Mon Sep 4 04:40:42 EDT 2006
309 - Small improvement to the docs to avoid user confusion over
310 "use Test::More tests => $num_tests" (Thanks Eric Wilhelm)
311 - Minor fix for a test failure in is_deeply_fail for some Windows
312 users. Not a real bug. [rt.cpan.org 21310]
313 - _print_diag() accidentally leaked into the public documentation.
314 It is a private method.
004caa16 315 * Added Test::Builder->carp() and croak()
b7f9bbeb 316 * Made most of the error messages report in the caller's context.
317 [rt.cpan.org #20639]
318 * Made the failure diagnostic message file and line reporting portion
319 match Perl's for easier integration with Perl aware editors.
320 (so its "at $file line $line_num." now)
321 [rt.cpan.org #20639]
322 * 5.8.0 threads are no longer supported. There's too many bugs.
323
1be77ff7 3240.64 Sun Jul 16 02:47:29 PDT 2006
325 * 0.63's change to test_fail() broke backwards compatibility. They
326 have been removed for the time being. test_pass() went with it.
327 This is [rt.cpan.org 11317] and [rt.cpan.org 11319].
328 - skip() will now warn if you get the args backwards.
329
68938d83 3300.63 Sun Jul 9 02:36:36 PDT 2006
331 * Fixed can_ok() to gracefully handle no class name.
332 Submitted by "Pete Krawczyk" <perl@bsod.net>
333 Implemented by "Richard Foley" <richard.foley@rfi.net>
334 [rt.cpan.org 15654]
335 * Added test_pass() to Test::Builder::Tester rather than having to
336 call test_out("ok 1 - foo"). <chromatic@wgz.org> [rt.cpan.org 11317]
337 * test_fail() now accepts a test diagnostic rather than having to
338 call test_out() separately. <chromatic@wgz.org> [rt.cpan.org 11319]
339 - Changed Test::Builder::Tester docs to show best practice using
340 test_fail() and test_pass().
341 - isnt_num() doc example wrongly showed is_num(). <chromatic@wgz.org>
342 - Fixed a minor typo in the BAIL_OUT() docs. <Jeff Deifik>
343 - Removed the LICENSE field from the Makefile.PL as the release of
344 MakeMaker with that feature has been delayed.
345
845d7e37 3460.62 Sat Oct 8 01:25:03 PDT 2005
68938d83 347 * Absorbed Test::Builder::Tester. The last release broke it because its
845d7e37 348 screen scraping Test::More and the failure output changed. By
349 distributing them together we ensure TBT won't break again.
350 * Test::Builder->BAILOUT() was missing.
351 - is_deeply() can now handle function and code refs in a very limited
352 way. It simply looks to see if they have the same referent.
353 [rt.cpan.org 14746]
354
b1ddf169 3550.61 Fri Sep 23 23:26:05 PDT 2005
356 - create.t was trying to read from a file before it had been closed
357 (and thus the changes may not have yet been written).
358 * is_deeply() would call stringification methods on non-object strings
359 which happened to be the name of a string overloaded class.
360 [rt.cpan.org 14675]
361
3620.60_02 Tue Aug 9 00:27:41 PDT 2005
363 * Added Test::Builder::Module.
364 - Changed Test::More and Test::Simple to use Test::Builder::Module
365 - Minor Win32 testing nit in fail-more.t
366 * Added no_diag() method to Test::Builder and changed Test::More's
367 no_diag internals to use that. [rt.cpan.org 8655]
368 * Deprecated no_diag() as an option to "use Test::More". Call the
369 Test::Builder method instead.
370
3710.60_01 Sun Jul 3 18:11:58 PDT 2005
372 - Moved the docs around a little to better group all the testing
373 functions together. [rt.cpan.org 8388]
374 * Added a BAIL_OUT() function to Test::More [rt.cpan.org 8381]
375 - Changed Test::Builder->BAILOUT to BAIL_OUT to match other method's
376 naming conventions. BAILOUT remains but is deprecated.
377 * Changed the standard failure diagnostics to include the test name.
378 [rt.cpan.org 12490]
379 - is_deeply() was broken for overloaded objects in the top level in
380 0.59_01. [rt.cpan.org 13506]
381 - String overloaded objects without an 'eq' or '==' method are now
382 handled in cmp_ok() and is().
383 - cmp_ok() will now treat overloaded objects as numbers if the comparison
384 operator is numeric. [rt.cpan.org 13156]
385 - cmp_ok(), like() and unlike will now throw uninit warnings if their
386 arguments are undefined. [rt.cpan.org 13155]
387 - cmp_ok() will now throw warnings as if the comparison were run
388 normally, for example cmp_ok(2, '==', 'foo') will warn about 'foo'
389 not being numeric. Previously all warnings in the comparison were
390 supressed. [rt.cpan.org 13155]
391 - Tests will now report *both* the number of tests failed and if the
392 wrong number of tests were run. Previously if tests failed and the
393 wrong number were run it would only report the latter.
394 [rt.cpan.org 13494]
395 - Missing or extra tests are not considered failures for the purposes
396 of calculating the exit code. Should there be no failures but the
397 wrong number of tests the exit code will be 254.
398 - Avoiding an unbalanced sort in eq_set() [bugs.perl.org 36354]
399 - Documenting that eq_set() doesn't deal well with refs.
400 - Clarified how is_deeply() compares a bit.
401 * Once again working on 5.4.5.
402
5143c659 4030.60 Tue May 3 14:20:34 PDT 2005
404
4050.59_01 Tue Apr 26 21:51:12 PDT 2005
406 * Test::Builder now has a create() method which allows you to create
407 a brand spanking new Test::Builder object.
408 * require_ok() was not working for single letter module names.
409 * is_deeply() and eq_* now work with circular scalar references
410 (Thanks Fergal)
411 * Use of eq_* now officially discouraged.
412 - Removed eq_* from the SYNOPSIS.
413 - is_deeply(undef, $not_undef); now works. [rt.cpan.org 9441]
414 - is_deeply() was mistakenly interpeting the same reference used twice
415 in a data structure as being circular causing failures.
416 [rt.cpan.org 11623]
417 - Loading Test::Builder but not using it would interfere with the
418 exit code if the code exited. [rt.cpan.org 12310]
419 - is_deeply() diagnostics now disambiguate between stringified references
420 and references. [rt.cpan.org 8865]
421 - Files opened by the output methods are now autoflushed.
422 - todo() now honors $Level when looking for $TODO.
423
0257f296 4240.54 Wed Dec 15 04:18:43 EST 2004
425 * $how_many is optional for skip() and todo_skip(). Thanks to
426 Devel::Cover for pointing this out.
427 - Removed a user defined function called err() in the tests to placate
428 users of older versions of the dor patch before err() was weakend.
429 [rt.cpan.org 8734]
430
4310.53_01 Sat Dec 11 19:02:18 EST 2004
432 - current_test() can now be set backward.
433 - *output() methods now handle tied handles and *FOO{IO} properly.
434 - maybe_regex() now handles undef gracefully.
435 - maybe_regex() now handles 'm,foo,' style regexes.
436 - sort_bug.t wasn't checking for threads properly. Would fail on
437 5.6 that had ithreads compiled in. [rt.cpan.org 8765]
438
7483b81c 4390.53 Mon Nov 29 04:43:24 EST 2004
440 - Apparently its possible to have Module::Signature installed without
441 it being functional. Fixed the signature test to account for this.
442 (not a real bug)
443
4440.52 Sun Nov 28 21:41:03 EST 2004
445 - plan() now better checks that the given plan is valid.
446 [rt.cpan.org 2597]
447
4480.51_02 Sat Nov 27 01:25:25 EST 2004
449 * is_deeply() and all the eq_* functions now handle circular data
450 structures. [rt.cpan.org 7289]
451 * require_ok() now handles filepaths in addition to modules.
452 - Clarifying Test::More's position on overloaded objects
453 - Fixed a bug introduced in 0.51_01 causing is_deeply() to pierce
454 overloaded objects.
455 - Mentioning rt.cpan.org for reporting bugs.
456
4570.51_01 Fri Nov 26 02:59:30 EST 2004
458 - plan() was accidentally exporting functions [rt.cpan.org 8385]
459 * diag @msgs would insert # between arguments. [rt.cpan.org 8392]
460 * eq_set() could cause problems under threads due to a weird sort bug
461 [rt.cpan.org 6782]
462 * undef no longer equals '' in is_deeply() [rt.cpan.org 6837]
463 * is_deeply() would sometimes compare references as strings.
464 [rt.cpan.org 7031]
465 - eq_array() and eq_hash() could hold onto references if they failed
466 keeping them in memory and preventing DESTROY. [rt.cpan.org 7032]
467 * is_deeply() could confuse [] with a non-existing value
468 [rt.cpan.org 7030]
469 - is_deeply() diagnostics a little off when scalar refs were inside
470 an array or hash ref [rt.cpan.org 7033]
471 - Thanks to Fergal Daly for ferretting out all these long standing
472 is_deeply and eq_* bugs.
473
4740.51 Tue Nov 23 04:51:12 EST 2004
475 - Fixed bug in fail_one.t on Windows (not a real bug).
476 - TODO reasons as overloaded objects now won't blow up under threads.
477 [Autrijus Tang]
478 - skip() in 0.50 tickled yet another bug in threads::shared. Hacked
479 around it.
480
30e302f8 4810.50 Sat Nov 20 00:28:44 EST 2004
7483b81c 482 - Fixed bug in fail-more test on Windows (not a real bug).
30e302f8 483 [rt.cpan.org 8022]
7483b81c 484 - Change from CVS to SVK. Hopefully this is the last time I move
485 version control systems.
30e302f8 486 - Again removing File::Spec dependency (came back in 0.48_02)
487 - Change from Aegis back to CVS
488
4890.49 Thu Oct 14 21:58:50 EDT 2004
490 - t/harness_active.t would fail for frivolous reasons with older
491 MakeMakers (test bug) [thanks Bill Moseley for noticing]
492
4930.48_02 Mon Jul 19 02:07:23 EDT 2004
494 * Overloaded objects as names now won't blow up under threads
495 [rt.cpan.org 4218 and 4232]
496 * Overloaded objects which stringify to undef used as test names
497 now won't cause internal uninit warnings. [rt.cpan.org 4232]
498 * Failure diagnostics now come out on their own line when run in
499 Test::Harness.
500 - eq_set() sometimes wasn't giving the right results if nested refs
501 were involved [rt.cpan.org 3747]
502 - isnt() giving wrong diagnostics and warning if given any undefs.
503 * Give unlike() the right prototype [rt.cpan.org 4944]
504 - Change from CVS to Aegis
505 - is_deeply() will now do some basic argument checks to guard against
506 accidentally passing in a whole array instead of its reference.
507 - Mentioning Test::Differences, Test::Deep and Bundle::Test.
508 - Removed dependency on File::Spec.
509 - Fixing the grammar of diagnostic outputs when only a single test
510 is run or failed (ie. "Looks like you failed 1 tests").
511 [Darren Chamberlain]
512
5130.48_01 Mon Nov 11 02:36:43 EST 2002
514 - Mention Test::Class in Test::More's SEE ALSO
515 * use_ok() now DWIM for version checks
516 - More problems with ithreads fixed.
517 * Test::Harness upgrade no longer optional. It was causing too
518 many problems when the T::H upgrade didn't work.
519 * Drew Taylor added a 'no_diag' option to Test::More to switch
520 off all diag() statements.
521 * Test::Builder/More no longer automatically loads threads.pm
522 when threads are enabled. The user must now do this manually.
523 * Alex Francis added reset() reset the state of Test::Builder in
524 persistent environments.
525 - David Hand noted that Test::Builder/More exit code behavior was
526 not documented. Only Test::Simple.
11ea77c5 527
60ffb308 5280.47 Mon Aug 26 03:54:22 PDT 2002
529 * Tatsuhiko Miyagawa noticed Test::Builder was accidentally storing
530 objects passed into test functions causing problems with tests
531 relying on object destruction.
532 - Added example of calculating the number of tests to Test::Tutorial
533 - Peter Scott made the ending logic not fire on child processes when
534 forking.
535 * Test::Builder is once again ithread safe.
536
5370.46 Sat Jul 20 19:57:40 EDT 2002
538 - Noted eq_set() isn't really a set comparision.
539 - Test fix, exit codes are broken on MacPerl (bleadperl@16868)
540 - Make Test::Simple install itself into the core for >= 5.8
541 - Small fixes to Test::Tutorial and skip examples
542 * Added TB->has_plan() from Adrian Howard
543 - Clarified the meaning of 'actual_ok' from TB->details
544 * Added TB->details() from chromatic
545 - Neil Watkiss fixed a pre-5.8 test glitch with threads.t
546 * If the test died before a plan, it would exit with 0 [ID 20020716.013]
547
a344be10 5480.45 Wed Jun 19 18:41:12 EDT 2002
549 - Andy Lester made the SKIP & TODO docs a bit clearer.
550 - Explicitly disallowing double plans. (RT #553)
551 - Kicking up the minimum version of Test::Harness to one that's
552 fairly bug free.
553 - Made clear a common problem with use_ok and BEGIN blocks.
554 - Arthur Bergman made Test::Builder thread-safe.
555
89c1e84a 5560.44 Thu Apr 25 00:27:27 EDT 2002
557 - names containing newlines no longer produce confusing output
558 (from chromatic)
559 - chromatic provided a fix so can_ok() honors can() overrides.
560 - Nick Ing-Simmons suggested todo_skip() be a bit clearer about
561 the skipping part.
562 - Making plan() vomit if it gets something it doesn't understand.
563 - Tatsuhiko Miyagawa fixed use_ok() with pragmata on older perls.
564 - quieting diag(undef)
565
5660.43 Thu Apr 11 22:55:23 EDT 2002
567 - Adrian Howard added TB->maybe_regex()
568 - Adding Mark Fowler's suggestion to make diag() return
569 false.
570 - TB->current_test() still not working when no tests were run via
571 TB itself. Fixed by Dave Rolsky.
572
6686786d 5730.42 Wed Mar 6 15:00:24 EST 2002
574 - Setting Test::Builder->current_test() now works (see what happens
575 when you forget to test things?)
576 - The change in is()'s undef/'' handling in 0.34 was an API change,
577 but I forgot to declare it as such.
578 - The apostrophilic jihad attacks! Philip Newtons patch for
579 grammar mistakes in the doc's.
580
a9153838 5810.41 Mon Dec 17 22:45:20 EST 2001
582 * chromatic added diag()
583 - Internal eval()'s sometimes interfering with $@ and $!. Fixed.
584
5850.40 Fri Dec 14 15:41:39 EST 2001
586 * isa_ok() now accepts unblessed references gracefully
587 - Nick Clark found a bug with like() and a regex with % in it.
588 - exit.t was hanging on 5.005_03 VMS perl. Test now skipped.
589 - can_ok() would pass if no methods were given. Now fails.
590 - isnt() diagnostic output format changed
591 * Added some docs about embedding and extending Test::More
592 * Added Test::More->builder
593 * Added cmp_ok()
594 * Added todo_skip()
595 * Added unlike()
596 - Piers pointed out that sometimes people override isa().
597 isa_ok() now accounts for that.
598
5990.36 Thu Nov 29 14:07:39 EST 2001
600 - Matthias Urlichs found that intermixed prints to STDOUT and test
601 output came out in the wrong order when piped.
602
6030.35 Tue Nov 27 19:57:03 EST 2001
604 - Little glitch in the test suite. No actual bug.
605
6060.34 Tue Nov 27 15:43:56 EST 2001
6686786d 607 * **API CHANGE** Empty string no longer matches undef in is()
608 and isnt().
a9153838 609 * Added isnt_eq and isnt_num to Test::Builder.
610
4bd4e70a 6110.33 Mon Oct 22 21:05:47 EDT 2001
612 * It's now officially safe to redirect STDOUT and STDERR without
613 affecting test output.
614 - License and POD cleanup by Autrijus Tang
615 - Synched up Test::Tutorial with the wiki version
616 - Minor VMS test nit.
617
33459055 6180.32 Tue Oct 16 16:52:02 EDT 2001
619 * Finally added a seperate plan() function
620 * Adding a name field to isa_ok()
621 (Requested by Dave Rolsky)
622 - Test::More was using Carp.pm, causing the occasional false positive.
623 (Reported by Tatsuhiko Miyagawa)
624
6250.31 Mon Oct 8 19:24:53 EDT 2001
626 * Added an import option to Test::More
627 * Added no_ending and no_header options to Test::Builder
628 (Thanks to Dave Rolsky for giving this a swift kick in the ass)
629 * Added is_deeply(). Display of scalar refs not quite 100%
630 (Thanks to Stas Bekman for Apache::TestUtil idea thievery)
631 - Fixed a minor warning with skip()
632 (Thanks to Wolfgang Weisselberg for finding this one)
633
6340.30 Thu Sep 27 22:10:04 EDT 2001
635 * Added Test::Builder
4bd4e70a 636 (Thanks muchly to chromatic for getting this off the ground!)
33459055 637 * Diagnostics are back to using STDERR *unless* it's from a todo
638 test. Those go to STDOUT.
639 - Fixed it so nothing is printed if a test is run with a -c flag.
640 Handy when a test is being deparsed with B::Deparse.
641
6420.20 *UNRELEASED*
643
0cd946aa 6440.19 Tue Sep 18 17:48:32 EDT 2001
645 * Test::Simple and Test::More no longer print their diagnostics
646 to STDERR. It instead goes to STDOUT.
647 * TODO tests which fail now print full failure diagnostics.
648 - Minor bug in ok()'s test name diagnostics made it think a blank
649 name was a number.
650 - ok() less draconian about test names
651 - Added temporary special case for Parrot::Test
652 - Now requiring File::Spec for our tests.
653
d020a79a 6540.18 Wed Sep 5 20:35:24 EDT 2001
655 * ***API CHANGE*** can_ok() only counts as one test
656 - can_ok() has better diagnostics
657 - Minor POD fixes from mjd
658 - adjusting the internal layout to make it easier to put it into
659 the core
660
6610.17 Wed Aug 29 20:16:28 EDT 2001
662 * Added can_ok() and isa_ok() to Test::More
663
6640.16 Tue Aug 28 19:52:11 EDT 2001
665 * vmsperl foiled my sensisble exit codes. Reverting to a much more
666 coarse scheme.
667
6680.15 Tue Aug 28 06:18:35 EDT 2001 *UNRELEASED*
669 * Now using sensible exit codes on VMS.
670
6710.14 Wed Aug 22 17:26:28 EDT 2001
672 * Added a first cut at Test::Tutorial
673
6740.13 Tue Aug 14 15:30:10 EDT 2001
675 * Added a reason to the skip_all interface
676 - Fixed a bug to allow 'use Test::More;' to work.
677 (Thanks to Tatsuhiko Miyagawa again)
678 - Now always testing backwards compatibility.
679
6800.12 Tue Aug 14 11:02:39 EDT 2001
681 * Fixed some compatibility bugs with older Perls
682 (Thanks to Tatsuhiko Miyagawa)
683
6840.11 Sat Aug 11 23:05:19 EDT 2001
685 * Will no longer warn about testing undef values
686 - Escaping # in test names
687 - Ensuring that ok() returns true or false and not undef
688 - Minor doc typo in the example
689
6900.10 Tue Jul 31 15:01:11 EDT 2001
691 * Test::More is now distributed in this tarball.
692 * skip and todo tests work!
693 * Extended use_ok() so it can import
694 - A little internal rejiggering
695 - Added a TODO file
696
11ea77c5 6970.09 Wed Jun 27 02:55:54 EDT 2001
698 - VMS fixes
699
7000.08 Fri Jun 15 14:39:50 EDT 2001
701 - Guarding against $/ and -l
702 - Reformatted the way failed tests are reported to make them stand out
703 a bit better.
704
7050.07 Tue Jun 12 15:55:54 BST 2001
706 - 'use Test::Simple' by itself no longer causes death
707 - Yet more fixes for death in eval
708 - Limiting max failures reported via exit code to 254.
709
7100.06 Wed May 9 23:38:17 BST 2001
711 - Whoops, left a private method in the public docs.
712
7130.05 Wed May 9 20:40:35 BST 2001
714 - Forgot to include the exit tests.
715 - Trouble with exiting properly under 5.005_03 and 5.6.1 fixed
716 - Turned off buffering
717 * 5.004 new minimum version
718 - Now explicitly tested with 5.6.1, 5.6.0, 5.005_03 and 5.004
719
7200.04 Mon Apr 2 11:05:01 BST 2001
721 - Fixed "require Test::Simple" so it doesn't bitch and exit 255
722 - Now installable with the CPAN shell.
723
7240.03 Fri Mar 30 08:08:33 BST 2001
725 - ok() now prints on what line and file it failed.
726 - eval 'die' was considered abnormal. Fixed.
727
7280.02 Fri Mar 30 05:12:14 BST 2001 *UNRELEASED*
729 - exit codes tested
730 * exit code on abnormal exit changed to 255 (thanks to Tim Bunce for
731 pointing out that Unix can't do negative exit codes)
732 - abnormal exits now better caught.
733 - No longer using Test.pm to test this, but still minimum of 5.005
734 due to needing $^S.
735
7360.01 Wed Mar 28 06:44:44 BST 2001
737 - First working version released to CPAN
738