Sun Sep 6 10:07:46 2015 UTC ()
Update to 0.22
-----------------
0.22   2015-08-21
- The test_all_dependents() sub now lets you pass a filter subroutine instead
  of an exclude regex. This is a lot simpler to implement in many cases.


(mef)
diff -r1.4 -r1.5 pkgsrc/devel/p5-Test-DependentModules/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-DependentModules/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/devel/p5-Test-DependentModules/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-DependentModules/Makefile 2015/08/06 09:26:20 1.4
+++ pkgsrc/devel/p5-Test-DependentModules/Makefile 2015/09/06 10:07:46 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2015/08/06 09:26:20 wiz Exp $ 1# $NetBSD: Makefile,v 1.5 2015/09/06 10:07:46 mef Exp $
2 2
3DISTNAME= Test-DependentModules-0.21 3DISTNAME= Test-DependentModules-0.22
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/ 6MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/ 10HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
11COMMENT= Test all modules which depend on your module 11COMMENT= Test all modules which depend on your module
12LICENSE= artistic-2.0 12LICENSE= artistic-2.0
13 13
14# for make test 14# for make test
15BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny 15BUILD_DEPENDS+= p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
16BUILD_DEPENDS+= p5-File-chdir-[0-9]*:../../devel/p5-File-chdir 16BUILD_DEPENDS+= p5-File-chdir-[0-9]*:../../devel/p5-File-chdir

cvs diff -r1.2 -r1.3 pkgsrc/devel/p5-Test-DependentModules/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-DependentModules/distinfo 2015/08/06 09:26:20 1.2
+++ pkgsrc/devel/p5-Test-DependentModules/distinfo 2015/09/06 10:07:46 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2015/08/06 09:26:20 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2015/09/06 10:07:46 mef Exp $
2 2
3SHA1 (Test-DependentModules-0.21.tar.gz) = 65decb309465ba6403a90c290d66bf22dc083fa7 3SHA1 (Test-DependentModules-0.22.tar.gz) = 2185085bebc1d44e86831e7e5bbf284e8f95d42d
4RMD160 (Test-DependentModules-0.21.tar.gz) = 81a335cc9e05f86a318b6562647fdac1643e70ac 4RMD160 (Test-DependentModules-0.22.tar.gz) = b7ec3aa08d8f3f9ca6fd0fd2af0d28216426d68c
5Size (Test-DependentModules-0.21.tar.gz) = 29370 bytes 5Size (Test-DependentModules-0.22.tar.gz) = 29933 bytes