summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-12-10 16:52:59 +0000
committerrhaen <rhaen@pkgsrc.org>2008-12-10 16:52:59 +0000
commita71fcfb505b9c409226aec9019273a51a3cdda55 (patch)
tree88cf9d8bce8b606d54e63f82ca6eed1d3bbfb1b9 /devel
parentbc12c75550bc625eae53c988249079c839dc2def (diff)
downloadpkgsrc-a71fcfb505b9c409226aec9019273a51a3cdda55.tar.gz
updated to 0.86
ChangeLog: 0.86 Sun Nov 9 01:09:05 PST 2008 Same as 0.85_01 0.85_01 Thu Oct 23 18:57:38 PDT 2008 New Features * cmp_ok() now displays the error if the comparison throws one. For example, broken overloaded objects. Bug Fixes * cmp_ok() no longer stringifies or numifies its arguments before comparing. This makes cmp_ok() properly test overloaded ops. [rt.cpan.org 24186] [code.google.com 16] * diag() properly escapes blank lines. Feature Changes * cmp_ok() now reports warnings and errors as coming from inside cmp_ok, as well as reporting the caller's file and line. This let's the user know where cmp_ok() was called from while reminding them that it is being run in a different context. Other * Dependency on ExtUtils::MakeMaker 6.27 only on Windows otherwise the nested tests won't run.
Diffstat (limited to 'devel')
-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 ccc7530ccf6..7225800f559 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2008/11/05 15:10:35 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2008/12/10 16:52:59 rhaen Exp $
-DISTNAME= Test-Simple-0.84
+DISTNAME= Test-Simple-0.86
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsi
CATEGORIES= devel perl5
diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo
index 4661ea52bf6..a0168492039 100644
--- a/devel/p5-Test-Simple/distinfo
+++ b/devel/p5-Test-Simple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2008/11/05 15:10:35 wiz Exp $
+$NetBSD: distinfo,v 1.23 2008/12/10 16:52:59 rhaen Exp $
-SHA1 (Test-Simple-0.84.tar.gz) = d8f3fe737b334a30c4a0819a6fe960e2e999dc8d
-RMD160 (Test-Simple-0.84.tar.gz) = 7173003825b3828d9b2a33bdc50ea8130c445265
-Size (Test-Simple-0.84.tar.gz) = 89308 bytes
+SHA1 (Test-Simple-0.86.tar.gz) = b3a66d297459cf9ca6d952af8f87ceb3ad6c54a8
+RMD160 (Test-Simple-0.86.tar.gz) = 19a69e52d2d7cabd2df47aab976758bd4fd0846b
+Size (Test-Simple-0.86.tar.gz) = 89489 bytes