pkgsrc/devel/p5-Test-Warnings/Makefile
wen f0f713444c Update to 0.020
Upstream changes:
0.020     2015-01-03 20:32:21Z
          - re-release to fix problematic $VERSION declaration (RT#101239)

0.019     2014-12-18 20:07:02Z
          - fix test to allow for special characters (e.g. MSWin32 file
            separators) in filenames (A. Sinan Unur)

0.018     2014-12-17 18:17:30Z
          - fix test to not depend on message formatting changes in newer Carp

0.017     2014-12-16 20:17:22Z
          - handle other warning handlers passing us partial warning messages
            by re-adding the source file and line number
2015-01-04 13:06:37 +00:00

16 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.7 2015/01/04 13:06:37 wen Exp $
DISTNAME= Test-Warnings-0.020
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Test-Warnings/
COMMENT= Test for warnings and the lack of them
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Test/Warnings/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"