summaryrefslogtreecommitdiff
path: root/t/data
diff options
context:
space:
mode:
authorRuss Allbery <rra@cpan.org>2021-09-10 00:03:17 -0700
committerRuss Allbery <rra@cpan.org>2021-09-10 00:03:17 -0700
commit3166452e6dd23225aaf4a6bd78f59613f6664115 (patch)
tree7351ca3117f0794101db4f1b582141666b03b5fc /t/data
parent5ef33789b16f7f0a8049394d348f19377358da67 (diff)
Begin refactoring App::DocKnot::Spin::RSS
Starting to modernize the Perl in preparation for the next release.
Diffstat (limited to 't/data')
-rw-r--r--t/data/perl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/data/perl.conf b/t/data/perl.conf
index d46848e..f0f5592 100644
--- a/t/data/perl.conf
+++ b/t/data/perl.conf
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: MIT
# The level of coverage achieved by the test suite.
-$COVERAGE_LEVEL = 75;
+$COVERAGE_LEVEL = 85;
# Default minimum version requirement.
$MINIMUM_VERSION = '5.024';