Test::Harness is included in perl base now, so I'll be sending in a diff to remove that, but want an OK to make sure I didn't do something wrong as I haven't had any food yet today and feel my brain isn't quite up to being right.
$ locate Test/Harness.pm | head -1 /usr/libdata/perl5/Test/Harness.pm OK? Index: devel/p5-File-pushd/Makefile =================================================================== RCS file: /cvs/ports/devel/p5-File-pushd/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- devel/p5-File-pushd/Makefile 9 May 2017 08:16:32 -0000 1.3 +++ devel/p5-File-pushd/Makefile 14 Aug 2017 19:59:42 -0000 @@ -10,6 +10,4 @@ CATEGORIES= devel # Apache 2.0 PERMIT_PACKAGE_CDROM= Yes -TEST_DEPENDS= devel/p5-Test-Harness - .include <bsd.port.mk> Index: devel/p5-Module-Build-Tiny/Makefile =================================================================== RCS file: /cvs/ports/devel/p5-Module-Build-Tiny/Makefile,v retrieving revision 1.4 diff -u -p -r1.4 Makefile --- devel/p5-Module-Build-Tiny/Makefile 20 Mar 2016 19:56:27 -0000 1.4 +++ devel/p5-Module-Build-Tiny/Makefile 14 Aug 2017 19:59:42 -0000 @@ -22,8 +22,6 @@ RUN_DEPENDS = devel/p5-ExtUtils-Config \ # This module uses itself to install itself, so runs while it builds BUILD_DEPENDS = ${RUN_DEPENDS} -TEST_DEPENDS = devel/p5-Test-Harness - do-install: @cd ${WRKSRC} && perl \ ${MODPERL_BUILD} ${FAKE_TARGET} \ Index: textproc/p5-Text-Textile/Makefile =================================================================== RCS file: /cvs/ports/textproc/p5-Text-Textile/Makefile,v retrieving revision 1.11 diff -u -p -r1.11 Makefile --- textproc/p5-Text-Textile/Makefile 20 Mar 2016 19:57:10 -0000 1.11 +++ textproc/p5-Text-Textile/Makefile 14 Aug 2017 19:59:42 -0000 @@ -13,6 +13,7 @@ PERMIT_PACKAGE_CDROM = Yes MODULES = cpan PKG_ARCH = * -TEST_DEPENDS = devel/p5-Test-Harness +# Additional depends to avoid skipping tests +TEST_DEPENDS += devel/p5-Test-Pod .include <bsd.port.mk> Index: www/p5-HTML-Display/Makefile =================================================================== RCS file: /cvs/ports/www/p5-HTML-Display/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- www/p5-HTML-Display/Makefile 20 Mar 2016 19:57:17 -0000 1.2 +++ www/p5-HTML-Display/Makefile 14 Aug 2017 19:59:42 -0000 @@ -18,7 +18,6 @@ RUN_DEPENDS = www/p5-URI \ www/p5-HTML-TokeParser-Simple>=2 \ www/p5-libwww>=5.69 TEST_DEPENDS = www/p5-HTTP-Daemon \ - devel/p5-Test-Harness>=2.30 \ devel/p5-Test-Pod>=0.95 .include <bsd.port.mk>