Here is an update for Pod::Tests.
What's new upstream [0]: - distribution tooling updates - mark deprecated (but it's used by Test::Inline) What's new in the port: - Add FIX_EXTRACT_PERMISSIONS (ETHER) - Reflow DESCR Testing: - 'make test' passes - There are 3 consumers and they all pass [1] Comments and feedback are welcome :) Charlène. [0] https://metacpan.org/changes/release/ETHER/Pod-Tests-1.20 [1] http://0x0.st/zAQ0.tgz Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/p5-Pod-Tests/Makefile,v retrieving revision 1.9 diff -u -p -u -p -r1.9 Makefile --- Makefile 20 Mar 2016 19:57:07 -0000 1.9 +++ Makefile 13 May 2019 03:48:02 -0000 @@ -5,10 +5,12 @@ COMMENT= extracts embedded tests and cod MODULES= cpan PKG_ARCH= * -DISTNAME= Pod-Tests-1.19 +DISTNAME= Pod-Tests-1.20 CATEGORIES= textproc # perl PERMIT_PACKAGE_CDROM= Yes + +FIX_EXTRACT_PERMISSIONS= Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/p5-Pod-Tests/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 18 Jan 2015 03:15:25 -0000 1.4 +++ distinfo 13 May 2019 03:48:02 -0000 @@ -1,2 +1,2 @@ -SHA256 (Pod-Tests-1.19.tar.gz) = J8pSFrebMV6YzuhPm4JXgHiYB7+E/V7ZoXTd/ngvE0A= -SIZE (Pod-Tests-1.19.tar.gz) = 30157 +SHA256 (Pod-Tests-1.20.tar.gz) = mbQ/g6yy+58w50pS/1vd7cjYKWogRYfRFvQ4eJzGvF8= +SIZE (Pod-Tests-1.20.tar.gz) = 31109 Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/textproc/p5-Pod-Tests/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 DESCR --- pkg/DESCR 4 Dec 2006 10:14:00 -0000 1.1.1.1 +++ pkg/DESCR 13 May 2019 03:48:02 -0000 @@ -1,3 +1,3 @@ This is a specialized POD viewer to extract embedded tests and code -examples from POD. It doesn't do much more than that. pod2test does the -useful work. +examples from POD. It doesn't do much more than that. pod2test does +the useful work.
