summaryrefslogtreecommitdiff
path: root/lib/Test/Harness/Changes
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2002-04-24 21:51:27 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-25 14:27:07 +0000
commit356733dafb64c27d060c217f81fd00dc55b1e995 (patch)
tree8eac4e9c442d0090d75932028268232431d59681 /lib/Test/Harness/Changes
parent89c1e84a8ddee4e72c2d00b6fe3904935a07b017 (diff)
downloadperl-356733dafb64c27d060c217f81fd00dc55b1e995.tar.gz
Test::Harness 2.01 -> 2.03
Message-ID: <20020425055127.GB3456@blackrider> p4raw-id: //depot/perl@16155
Diffstat (limited to 'lib/Test/Harness/Changes')
-rw-r--r--lib/Test/Harness/Changes19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/Test/Harness/Changes b/lib/Test/Harness/Changes
index fcd8bb2468..7ba77b1df0 100644
--- a/lib/Test/Harness/Changes
+++ b/lib/Test/Harness/Changes
@@ -1,5 +1,24 @@
Revision history for Perl extension Test::Harness
+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)