DJGPP updates from Laszlo Molnar.
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / Changes
index b13ab46..38cbb48 100644 (file)
@@ -1,5 +1,30 @@
 Revision history for Perl extension Test::Simple
 
+0.44  Thu Apr 25 00:27:27 EDT 2002
+    - names containing newlines no longer produce confusing output
+      (from chromatic)
+    - chromatic provided a fix so can_ok() honors can() overrides.
+    - Nick Ing-Simmons suggested todo_skip() be a bit clearer about
+      the skipping part.
+    - Making plan() vomit if it gets something it doesn't understand.
+    - Tatsuhiko Miyagawa fixed use_ok() with pragmata on older perls.
+    - quieting diag(undef)
+
+0.43  Thu Apr 11 22:55:23 EDT 2002
+    - Adrian Howard added TB->maybe_regex()
+    - Adding Mark Fowler's suggestion to make diag() return
+      false.
+    - TB->current_test() still not working when no tests were run via
+      TB itself.  Fixed by Dave Rolsky.
+
+0.42  Wed Mar  6 15:00:24 EST 2002
+    - Setting Test::Builder->current_test() now works (see what happens
+      when you forget to test things?)
+    - The change in is()'s undef/'' handling in 0.34 was an API change, 
+      but I forgot to declare it as such.
+    - The apostrophilic jihad attacks!  Philip Newtons patch for
+      grammar mistakes in the doc's.
+
 0.41  Mon Dec 17 22:45:20 EST 2001
     * chromatic added diag()
     - Internal eval()'s sometimes interfering with $@ and $!.  Fixed.
@@ -26,7 +51,8 @@ Revision history for Perl extension Test::Simple
     - Little glitch in the test suite.  No actual bug.
 
 0.34  Tue Nov 27 15:43:56 EST 2001
-    * Empty string no longer matches undef in is() and isnt().
+    * **API CHANGE** Empty string no longer matches undef in is() 
+      and isnt().
     * Added isnt_eq and isnt_num to Test::Builder.
 
 0.33  Mon Oct 22 21:05:47 EDT 2001