Change 34544 by [EMAIL PROTECTED] on 2008/10/21 06:46:54

        Update Changes, README and TODO from the Test-Simple 0.84 tarball.

Affected files ...

... //depot/perl/lib/Test/Simple/Changes#27 edit
... //depot/perl/lib/Test/Simple/README#4 edit
... //depot/perl/lib/Test/Simple/TODO#4 edit

Differences ...

==== //depot/perl/lib/Test/Simple/Changes#27 (text) ====
Index: perl/lib/Test/Simple/Changes
--- perl/lib/Test/Simple/Changes#26~33690~      2008-04-15 07:51:06.000000000 
-0700
+++ perl/lib/Test/Simple/Changes        2008-10-20 23:46:54.000000000 -0700
@@ -1,3 +1,57 @@
+0.84  Wed Oct 15 09:06:12 EDT 2008
+    Other
+    * 0.82 accidentally shipped with experimental Mouse dependency.
+
+
+0.82  Tue Oct 14 23:06:56 EDT 2008
+    Bug Fixes
+    - 0.81_01 broke $TODO such that $TODO = '' was considered todo.
+
+
+0.81_02  Tue Sep  9 04:35:40 PDT 2008
+    New Features
+    * Test::Builder->reset_outputs() to reset all the output methods back to
+      their defaults.
+
+    Bug Fixes
+    - Fixed the file and line number reported by like when it gets a bad
+      regex.
+
+    Features Changed
+    - Now preserves the tests' exit code if it exits abnormally, rather than
+      setting it to 255.
+    - Changed the "Looks like your test died" message to
+      "Looks like your test exited with $exit_code"
+    - no_plan now only warns if given an argument.  There were a lot of people
+      doing that, and it's a sensible mistake.  [test-more.googlecode.com 13]
+
+
+0.81_01  Sat Sep  6 15:13:50 PDT 2008
+    New Features
+    * Adam Kennedy bribed me to add new_ok().  The price was one DEFCON 
license key.
+      [rt.cpan.org 8891]
+    * TODO tests can now start and end with 'todo_start' and 'todo_end'
+      Test::Builder methods. [rt.cpan.org 38018]
+    * Added Test::Builder->in_todo() for a safe way to check if a test is 
inside a
+      TODO block.  This allows TODO tests with no reason.
+    * Added note() and explain() to both Test::More and Test::Builder.
+      [rt.cpan.org 14764] [test-more.googlecode.com 3]
+
+    Features Changed
+    * Changed the message for extra tests run to show the number of tests run 
rather than
+      the number extra to avoid the user having to do mental math.
+      [rt.cpan.org 7022]    
+
+    Bug fixes
+    - using a relative path to perl broke tests              [rt.cpan.org 
34050]
+    - use_ok() broke $SIG{__DIE__} in the used module        [rt.cpan.org 
34065]
+    - diagnostics for isnt() were confusing on failure       [rt.cpan.org 
33642]
+    - warnings when MakeMaker's version contained _          [rt.cpan.org 
33626]
+    - add explicit test that non-integer plans die correctly [rt.cpan.org 
28836]
+      (Thanks to Hans Dieter Pearcey [confound] for fixing the above)
+    - die if no_plan is given an argument                    [rt.cpan.org 
27429]
+
+
 0.80  Sun Apr  6 17:25:01 CEST 2008
     Test fixes
     - Completely disable the utf8 test.  It was causing perl to panic on some 
OS's.

==== //depot/perl/lib/Test/Simple/README#4 (text) ====
Index: perl/lib/Test/Simple/README
--- perl/lib/Test/Simple/README#3~23566~        2004-11-29 04:30:31.000000000 
-0800
+++ perl/lib/Test/Simple/README 2008-10-20 23:46:54.000000000 -0700
@@ -1,3 +1,4 @@
+# $Id: /mirror/googlecode/test-more/README 57943 2008-08-18T02:09:22.275428Z 
brooklyn.kid51  $
 This is the README file for Test::Simple, basic utilities for 
 writing tests, by Michael G Schwern <[EMAIL PROTECTED]>.
 

==== //depot/perl/lib/Test/Simple/TODO#4 (text) ====
Index: perl/lib/Test/Simple/TODO
--- perl/lib/Test/Simple/TODO#3~31966~  2007-09-25 05:20:25.000000000 -0700
+++ perl/lib/Test/Simple/TODO   2008-10-20 23:46:54.000000000 -0700
@@ -1,3 +1,4 @@
+# $Id: /mirror/googlecode/test-more/TODO 57943 2008-08-18T02:09:22.275428Z 
brooklyn.kid51  $
 See https://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Simple plus here's
 a few more I haven't put in RT yet.
 
End of Patch.

Reply via email to