summaryrefslogtreecommitdiff
path: root/t/data/perl.conf
blob: 3c4adcc61c85c14c86417bf845ada375c474d0fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Configuration for Perl tests.  -*- perl -*-
#
# Copyright 2015, 2018, 2021 Russ Allbery <eagle@eyrie.org>
#
# SPDX-License-Identifier: MIT

# The level of coverage achieved by the test suite.
$COVERAGE_LEVEL = 85;

# Default minimum version requirement.
$MINIMUM_VERSION = '5.024';

# File must end with this line.
1;