summaryrefslogtreecommitdiff
path: root/t/data/perl.conf
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-09-09 17:32:06 -0700
committerRuss Allbery <rra@cpan.org>2021-09-09 17:32:06 -0700
commita2dcb67d1dd33d97bc7cf7145e231612bd716432 (patch)
treefaae99cb2ab69bb628e54a4d89aea9108a2912df /t/data/perl.conf
parentf43e7f41e58cb096d0f275fb8ae6940d359d699e (diff)
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).
Diffstat (limited to 't/data/perl.conf')
-rw-r--r--t/data/perl.conf4
1 files changed, 0 insertions, 4 deletions
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;