pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Deep Updated devel/Test-Deep to 0.101



details:   https://anonhg.NetBSD.org/pkgsrc/rev/224ce53eb187
branches:  trunk
changeset: 542823:224ce53eb187
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed May 28 21:25:40 2008 +0000

description:
Updated devel/Test-Deep to 0.101

0.101

Fix an overloading problem with All and Any. Thanks to Kostas
Chatzikokolakis for reporting the bug and especially for explaining
how to fix it :)

Added a nasty hack to smooth over a problem in Test::Tester.

0.100

Apply patch from Andreas Koenig (ANDK) to cope with Perl 5.11's new
REGEXP objects.

0.099

Don't explode on perl's that don't have weakrefs. If they're not
available, just don't weaken the refs. It means refs can be cached for
longer than desirable but it's better than explodiing.

This doesn't fix all of te problems with perl 5.005 but I'm pushing it
out because the previous version number upsets CPAN.pm.

0.098

Cleaned up Test::Deep::NoTest by making it call Test::Deep's import,
that way it will always be in sync for exports. Also added some POD
docs.

Added notest_extra.t to check that things are correctly exported and
working.

Add cmp_details but left it undocumented. It manages localising the
stack etc. Factored eq_deeply and cmp_deeply through that. This meant
adding an icky hack into deep_diag. I should clean that whole thing up.

Remove $name from params of eq_deeply, in code and docs, it was unused.

0.097

Fixed doc typo for re().

Fix diagnostics for code(), it was always printing undef instead of
the got value.

diffstat:

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

diffs (33 lines):

diff -r b311109f08e3 -r 224ce53eb187 devel/p5-Test-Deep/Makefile
--- a/devel/p5-Test-Deep/Makefile       Wed May 28 21:20:48 2008 +0000
+++ b/devel/p5-Test-Deep/Makefile       Wed May 28 21:25:40 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2006/10/28 08:50:59 obache Exp $
+# $NetBSD: Makefile,v 1.4 2008/05/28 21:25:40 abs Exp $
 
-DISTNAME=              Test-Deep-0.096
+DISTNAME=              Test-Deep-0.101
 PKGNAME=               p5-${DISTNAME}
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -15,5 +15,7 @@
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Test/Deep/.packlist
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b311109f08e3 -r 224ce53eb187 devel/p5-Test-Deep/distinfo
--- a/devel/p5-Test-Deep/distinfo       Wed May 28 21:20:48 2008 +0000
+++ b/devel/p5-Test-Deep/distinfo       Wed May 28 21:25:40 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/10/28 08:50:59 obache Exp $
+$NetBSD: distinfo,v 1.3 2008/05/28 21:25:40 abs Exp $
 
-SHA1 (Test-Deep-0.096.tar.gz) = df871cfc90aae4a7bc0c223b5ea255bacd775e66
-RMD160 (Test-Deep-0.096.tar.gz) = b8bedc8091da7d575a7d22c2d2dcc636118a2962
-Size (Test-Deep-0.096.tar.gz) = 30894 bytes
+SHA1 (Test-Deep-0.101.tar.gz) = d6d3240f0bc151584c307306d6250cdc3fcfe5c7
+RMD160 (Test-Deep-0.101.tar.gz) = b73efc068c97718c67f0fec69d13a8b5dd87f693
+Size (Test-Deep-0.101.tar.gz) = 31941 bytes



Home | Main Index | Thread Index | Old Index