Thu Jan 26 12:52:48 2012 UTC ()
Updated to 1.04

ChangeLog:
1.04 Thu 1 Dec 2011 - Adam Kennedy
	- Added the experimental :early debugging pragma to cause warnings
	  to be emitted immediately. This should stay off otherwise (ADAMK)

1.03 Tue 2 Aug 2011 - Adam Kennedy
	- Test::Builder and Test::Tester dependencies were the wrong way
	  around, corrected (ADAMK)


(rhaen)
diff -r1.8 -r1.9 pkgsrc/devel/p5-Test-NoWarnings/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/p5-Test-NoWarnings/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-Test-NoWarnings/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-NoWarnings/Makefile 2011/08/14 12:26:42 1.8
+++ pkgsrc/devel/p5-Test-NoWarnings/Makefile 2012/01/26 12:52:48 1.9
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2011/08/14 12:26:42 obache Exp $ 1# $NetBSD: Makefile,v 1.9 2012/01/26 12:52:48 rhaen Exp $
2 2
3DISTNAME= Test-NoWarnings-1.02 3DISTNAME= Test-NoWarnings-1.04
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= rhaen@NetBSD.org 8MAINTAINER= rhaen@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Test-NoWarnings/ 9HOMEPAGE= http://search.cpan.org/dist/Test-NoWarnings/
11COMMENT= Make sure tests of Perl5 modules did not emit any warnings 10COMMENT= Make sure tests of Perl5 modules did not emit any warnings
12LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
13 12
14DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester 13DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
15 14
16PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
17PERL5_PACKLIST= auto/Test/NoWarnings/.packlist 16PERL5_PACKLIST= auto/Test/NoWarnings/.packlist
18 17

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

--- pkgsrc/devel/p5-Test-NoWarnings/distinfo 2010/09/14 05:59:50 1.4
+++ pkgsrc/devel/p5-Test-NoWarnings/distinfo 2012/01/26 12:52:48 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2010/09/14 05:59:50 sno Exp $ 1$NetBSD: distinfo,v 1.5 2012/01/26 12:52:48 rhaen Exp $
2 2
3SHA1 (Test-NoWarnings-1.02.tar.gz) = 474ed429369e6fa0535d843372bce4185c97fa40 3SHA1 (Test-NoWarnings-1.04.tar.gz) = 2b8840b199d30812b6abc24f2b86289e0a3811f3
4RMD160 (Test-NoWarnings-1.02.tar.gz) = 5df170b60b0ee87b42902138f276c8a20f51231a 4RMD160 (Test-NoWarnings-1.04.tar.gz) = 1809d98bca154c70409297e0ee5da9fb7487b642
5Size (Test-NoWarnings-1.02.tar.gz) = 17356 bytes 5Size (Test-NoWarnings-1.04.tar.gz) = 18204 bytes