summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-08-16 09:46:44 +0000
committerwiz <wiz@pkgsrc.org>2010-08-16 09:46:44 +0000
commit0655c04e1011d1ae43d0cd41108f143e56cb27fd (patch)
treeeee69f82bb10df01b611571497594fabfac5479b
parent6524772be0f61b82914234363fc948c6b5aa5a7d (diff)
downloadpkgsrc-0655c04e1011d1ae43d0cd41108f143e56cb27fd.tar.gz
Update to 0.96:
0.96 Tue Aug 10 21:13:04 PDT 2010 Bug Fixes * You can call done_testing() again after reset() [googlecode 59] Other * Bug tracker moved to github 0.95_02 Wed May 19 15:46:52 PDT 2010 Bug Fixes * Correct various typos and spelling errors (Nick Cleaton) * Fix alignment of indented multi-line diagnostics from subtests (Nick Cleaton) * Fix incorrect operation when subtest called from within a todo block (Nick Cleaton) * Avoid spurious output after a fork within a subtest (Nick Cleaton) 0.95_01 Wed Mar 3 15:36:59 PST 2010 Bug Fixes * is_deeply() didn't see a difference in regexes [rt.cpan.org 53469] * Test::Builder::Tester now sets $tb->todo_output to the output handle and not the error handle (to be in accordance with the default behaviour of Test::Builder and allow for testing TODO test behaviour). * Fixed file/line in failing subtest() diagnostics. (Nick Cleaton) * Protect against subtests setting $Level (Nick Cleaton) New Features * subtests without a 'plan' or 'no_plan' have an implicit 'done_testing()' added to them. * is_deeply() performance boost for large structures consisting of mostly non-refs (Nick Cleaton) Feature Changes * is() and others will no longer stringify its arguments before comparing. Overloaded objects will make use of their eq overload rather than their "" overload. This can break tests of impolitely string overloaded objects. DateTime prior to 0.54 is the biggest example.
-rw-r--r--devel/p5-Test-Simple/Makefile4
-rw-r--r--devel/p5-Test-Simple/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index 9d984548ba7..d87cd625873 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2009/09/09 20:28:14 seb Exp $
+# $NetBSD: Makefile,v 1.45 2010/08/16 09:46:44 wiz Exp $
-DISTNAME= Test-Simple-0.94
+DISTNAME= Test-Simple-0.96
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsi
CATEGORIES= devel perl5
diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo
index d87cebd42df..e8bd5a7aeae 100644
--- a/devel/p5-Test-Simple/distinfo
+++ b/devel/p5-Test-Simple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2009/09/09 20:28:14 seb Exp $
+$NetBSD: distinfo,v 1.27 2010/08/16 09:46:44 wiz Exp $
-SHA1 (Test-Simple-0.94.tar.gz) = ae41562c9dbb28724f62ed4414eb2f391a878b34
-RMD160 (Test-Simple-0.94.tar.gz) = 34d53454a592f297300ed9cbe62e0639c5dcdf27
-Size (Test-Simple-0.94.tar.gz) = 106635 bytes
+SHA1 (Test-Simple-0.96.tar.gz) = d5d5f657a363d8328c1c2d4972f879df4f6496b1
+RMD160 (Test-Simple-0.96.tar.gz) = cb26f27641a0dd467a8e3287f1072a3335cc4b18
+Size (Test-Simple-0.96.tar.gz) = 105888 bytes