pkgsrc/devel/p5-Test-NoWarnings/Makefile
sno 238771b97b Updating devel/p5-Test-NoWarnings from 1.01nb1 to 1.02
pkgsrc changes:
- change the comment to be less personally
- bump Test::Tester dependency

Upstream changes:
1.02 Thu  9 Sep 2010 - Adam Kennedy
	- Don't "use warnings" anywhere inside of Test::NoWarnings::* just
	  in case we trigger a recursive warning handler in future (ADAMK)
	- Remove the need for a private variable when detecting
	  Devel::StackTrace support (ADAMK)
	- Don't import unused functions from Carp or Test::Builder (ADAMK)
	- Minor documentation tweaks (ADAMK)
	- Correct the repository metadata in META.yml (ADAMK)
	- Minor cleanups in the eumm-update generated code (ADAMK)
	- Added a dedicated compile test (ADAMK)
2010-09-14 05:59:50 +00:00

20 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.7 2010/09/14 05:59:50 sno Exp $
DISTNAME= Test-NoWarnings-1.02
PKGNAME= p5-${DISTNAME}
#PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= rhaen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-NoWarnings/
COMMENT= Make sure tests of Perl5 modules did not emit any warnings
LICENSE= gnu-lgpl-v2.1
DEPENDS+= p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Test/NoWarnings/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"