pkgsrc/devel/p5-Test-Deep/Makefile
wen 77e4e6a539 Update to 1.123
Upstream changes:
1.123     2016-09-09
        - remove test suite reliance on "." appearing @INC (thanks, Graham Knop
          and Karen Etheridge!)
        - when an object with stringification overloading fails to match a
          "re" test, its stringification is included in the diagnostics

1.122     2016-09-07
        - added $Test::Deep::LeafWrapper to control the behavior of simple
          values in the "expected" definition; by default, they are treated as
          shallow($x) tests, but you can now say (for example)
          C<< $Test::Deep::LeafWrapper = \&str >> to always treat the got value
          as a string, even if blessed, etc.

1.121_001 2016-07-19
        - documentation improvements
        - avoid a few evals, localize $@ in a few places where eval is used
        - good bye tabs, hello spaces
2016-09-12 12:28:06 +00:00

18 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.29 2016/09/12 12:28:06 wen Exp $
DISTNAME= Test-Deep-1.123
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Deep/
COMMENT= Perl5 module to test deep structures
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
PERL5_PACKLIST= auto/Test/Deep/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"