summaryrefslogtreecommitdiff
path: root/lib/Test/Simple/Changes
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Test/Simple/Changes')
-rw-r--r--lib/Test/Simple/Changes6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Test/Simple/Changes b/lib/Test/Simple/Changes
index 83c82d56de..94491eb3f1 100644
--- a/lib/Test/Simple/Changes
+++ b/lib/Test/Simple/Changes
@@ -1,3 +1,9 @@
+0.64 Sun Jul 16 02:47:29 PDT 2006
+ * 0.63's change to test_fail() broke backwards compatibility. They
+ have been removed for the time being. test_pass() went with it.
+ This is [rt.cpan.org 11317] and [rt.cpan.org 11319].
+ - skip() will now warn if you get the args backwards.
+
0.63 Sun Jul 9 02:36:36 PDT 2006
* Fixed can_ok() to gracefully handle no class name.
Submitted by "Pete Krawczyk" <perl@bsod.net>