From a2dcb67d1dd33d97bc7cf7145e231612bd716432 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 9 Sep 2021 17:32:06 -0700 Subject: Support spinning a scalar of thread This should be the last major API change for now. Get rid of spin_fh and change the interface to App::DocKnot::Spin::Thread to spin_thread (which takes a scalar) and spin_thread_file (which takes an input file and optional output file). --- t/data/perl.conf | 4 ---- 1 file changed, 4 deletions(-) (limited to 't/data/perl.conf') diff --git a/t/data/perl.conf b/t/data/perl.conf index ae60011..3c4adcc 100644 --- a/t/data/perl.conf +++ b/t/data/perl.conf @@ -10,9 +10,5 @@ $COVERAGE_LEVEL = 85; # Default minimum version requirement. $MINIMUM_VERSION = '5.024'; -# Additional regexes that match methods that should be considered private and -# therefore don't have to be documented in POD coverage. -@POD_COVERAGE_EXCLUDE = (qr{ \A spin_fh \z }xms); - # File must end with this line. 1; -- cgit v1.2.3