X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FHarness%2FChanges;h=cfc1bff3b442e2077ed6cb48660e1680025e83d5;hb=308957f541b811baacac724110dfa4a630847c0e;hp=57a95720ee9061ccbf91ffcc9c641af4e6c4aac5;hpb=2fe373ce2a1c176022df002e73eae7d1ec7f2768;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Test/Harness/Changes b/lib/Test/Harness/Changes index 57a9572..cfc1bff 100644 --- a/lib/Test/Harness/Changes +++ b/lib/Test/Harness/Changes @@ -1,5 +1,81 @@ Revision history for Perl extension Test::Harness +2.21 Mon May 6 00:43:22 EDT 2002 + - removed a bunch of dead code left over after 2.20's gutting. + - The fix for the $^X "bug" added in 2.02 has been removed. It + caused more trouble than the old bug (I'd never seen a problem + before anyway) + - 2.20 broke $verbose + +2.20 Sat May 4 22:31:20 EDT 2002 + * An almost complete conversion of the Test::Harness test parsing + to use Test::Harness::Straps. + +2.04 Tue Apr 30 00:54:49 EDT 2002 + * Changing the output format of skips + - Taking into account VMS's special exit codes in the tests. + +2.03 Thu Apr 25 01:01:34 EDT 2002 + * $^X fix made safer. + - Noise from loading wait.ph to analyze core files supressed + - MJD found a situation where a test could run Test::Harness + out of memory. Protecting against that specific case. + - Made the 1..M docs a bit clearer. + - Fixed TODO tests so Test::Harness does not display a NOK for + them. + - Test::Harness::Straps->analyze_file() docs were not clear as to + its effects + +2.02 Thu Mar 14 18:06:04 EST 2002 + * Ken Williams fixed the long standing $^X bug. + * Added HARNESS_VERBOSE + * Fixed a bug where Test::Harness::Straps was considering a test that + is ok but died as passing. + - Added the exit and wait codes of the test to the + analyze_file() results. + +2.01 Thu Dec 27 18:54:36 EST 2001 + * Added 'passing' to the results to tell you if the test passed + * Added Test::Harness::Straps example (examples/mini_harness.plx) + * Header-at-end tests were being interpreted as failing sometimes + - The 'skip_all' results from analyze* was not being set + - analyze_fh() and analyze_file() now work more efficiently, reading + line-by-line instead of slurping as before. + +2.00 Sun Dec 23 19:13:57 EST 2001 + - Fixed a warning on VMS. + - Removed a little unnecessary code from analyze_file() + - Made sure filehandles are getting closed + - analyze() now considers "not \nok" to be a failure (VMSism) + but Test::Harness still doesn't. + +2.00_05 Mon Dec 17 22:08:02 EST 2001 + * Wasn't filtering @INC properly when a test is run with -T, caused the + command line to be too long on VMS. VMS should be 100% now. + - Little bug in the skip 'various reasons' logic. + - Minor POD nit in 5.004_04 + - Little speling mistak + +2.00_04 Sun Dec 16 00:33:32 EST 2001 + * Major Test::Harness::Straps doc bug. + +2.00_03 Sat Dec 15 23:52:17 EST 2001 + * First release candidate + * 'summary' is now 'details' + * Test #1 is now element 0 on the details array. It works out better + that way. + * analyze_file() is more portable, but no longer taint clean + * analyze_file() properly preserves @INC and handles -T switches + - minor mistake in the test header line parsing + +1.26 Mon Nov 12 15:44:01 EST 2001 + * An excuse to upload a new version to CPAN to get Test::Harness + back on the index. + +2.00_00 Sat Sep 29 00:12:03 EDT 2001 + * Partial gutting of the internals + * Added Test::Harness::Straps + 1.25 Tue Aug 7 08:51:09 EDT 2001 * Fixed a bug with tests failing if they're all skipped reported by Stas Bekman. @@ -9,7 +85,7 @@ Revision history for Perl extension Test::Harness - minor fixes to the filename in the report - '[no reason given]' skip reason -1.24 2001/08/07 12:52:47 *UNRELEASED* +1.24 Tue Aug 7 08:51:09 EDT 2001 - Added internal information about number of todo tests 1.23 Tue Jul 31 15:06:47 EDT 2001