pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Simple updated to 0.86



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f478a018bb8
branches:  trunk
changeset: 551217:4f478a018bb8
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Wed Dec 10 16:52:59 2008 +0000

description:
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:

 devel/p5-Test-Simple/Makefile |  4 ++--
 devel/p5-Test-Simple/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r ecb47d775ff7 -r 4f478a018bb8 devel/p5-Test-Simple/Makefile
--- a/devel/p5-Test-Simple/Makefile     Wed Dec 10 16:51:13 2008 +0000
+++ b/devel/p5-Test-Simple/Makefile     Wed Dec 10 16:52:59 2008 +0000
@@ -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 -r ecb47d775ff7 -r 4f478a018bb8 devel/p5-Test-Simple/distinfo
--- a/devel/p5-Test-Simple/distinfo     Wed Dec 10 16:51:13 2008 +0000
+++ b/devel/p5-Test-Simple/distinfo     Wed Dec 10 16:52:59 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index