Update p5-Test-Warn to 0.36, this is primarily documentation fixes, but adds better support for warnings with newlines.
https://metacpan.org/changes/distribution/Test-Warn Reverse dependency tests don't change results, although: * p5-Jifty-DBI seems to be broken * p5-Devel-Cover seems like it could use some love * p5-Net-Radius has some complaints about non-ascii in the docs. * p5-Crypt-CipherSaver runs into a "Permission denied" error OK? (a bit out of practice so will be submitting a few small updates for OKs) Index: Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Test-Warn/Makefile,v retrieving revision 1.14 diff -u -p -r1.14 Makefile --- Makefile 20 Mar 2016 19:56:39 -0000 1.14 +++ Makefile 19 Oct 2018 22:05:10 -0000 @@ -2,7 +2,7 @@ COMMENT = Perl extension to test methods for warnings -DISTNAME = Test-Warn-0.30 +DISTNAME = Test-Warn-0.36 CATEGORIES = devel MAINTAINER = Andrew Fresh <[email protected]> @@ -15,6 +15,6 @@ PKG_ARCH = * MAKE_ENV+= TEST_POD=Yes -RUN_DEPENDS = devel/p5-Sub-Uplevel +RUN_DEPENDS = devel/p5-Sub-Uplevel>=0.12 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/p5-Test-Warn/distinfo,v retrieving revision 1.9 diff -u -p -r1.9 distinfo --- distinfo 27 Apr 2014 01:20:04 -0000 1.9 +++ distinfo 19 Oct 2018 22:05:10 -0000 @@ -1,2 +1,2 @@ -SHA256 (Test-Warn-0.30.tar.gz) = gZdVW5QYnZGTSaA/cFj4OGHxRa+b7ln1Bb/kdWIUTkE= -SIZE (Test-Warn-0.30.tar.gz) = 11281 +SHA256 (Test-Warn-0.36.tar.gz) = 7LyjRtN5zvjTwOSsDI6zsmE9c3/6rq5SJxw41788bNo= +SIZE (Test-Warn-0.36.tar.gz) = 12333
