pkgsrc/devel/p5-Test-Deep/Makefile
obache bd26c27dc0 Update p5-Test-Deep to 0.096.
Changes:
0.096

%WrapCache was keeping references to external data. It's now local()ised at the start of a comparison just like the other caches (why I didn't do that when I added it, I don't know). Thanks to Matthijs Bomhoff for reporting the problem.

0.095

Docs and code didn't match, useclass was actually requireclass, available as
both now

0.094

Changed Set and Bag to no longer issue warnings when undefs are
present. Needed to make the sort and the diagnotics
undef-aware. Thanks to Colin Kuskie for pointing this out.

Added tests for this.

0.093

Fixed inifinte recursion when adding comparators into bags. That whole area is unpleasant - conceptually as well as implementation-wise. Comparators no longer inherit a compare method, so we only call the specialised compare if it exists, otherwise we just do normal deep comparison.

Removed a debugging print.
2006-10-28 08:50:59 +00:00

19 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.3 2006/10/28 08:50:59 obache Exp $
DISTNAME= Test-Deep-0.096
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Deep/
COMMENT= Perl5 module to test deep structures
DEPENDS+= p5-Test-Tester>=0.04:../../devel/p5-Test-Tester
DEPENDS+= p5-Test-NoWarnings>=0.02:../../devel/p5-Test-NoWarnings
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Test/Deep/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"