aboutsummaryrefslogtreecommitdiff
path: root/tests/data/perl.conf
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2021-09-04 13:01:38 -0700
committerRuss Allbery <eagle@eyrie.org>2021-09-04 13:01:38 -0700
commita5f322a55242a68613862d125d7fd0125b1c88bb (patch)
tree1473f8f0e28cc36ba8f1f5abbac8a4ef2f81b0bf /tests/data/perl.conf
parentacaa1794f08b0b8a42e9247f5186e00a888bd437 (diff)
Fix deprecation warnings for new Autoconf
wallet should now work properly with Autoconf 2.71. This required updating tests/docs/spdx-license-t from rra-c-util, which in turn bumped the minimum required Perl version for the test suite to 5.10. That's not yet reflected in the documentation.
Diffstat (limited to 'tests/data/perl.conf')
-rw-r--r--tests/data/perl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/perl.conf b/tests/data/perl.conf
index 0c1e34e..1aad2a0 100644
--- a/tests/data/perl.conf
+++ b/tests/data/perl.conf
@@ -1,5 +1,8 @@
# Configuration for Perl tests. -*- perl -*-
+# Default minimum version requirement.
+$MINIMUM_VERSION = '5.010';
+
# Wallet::Schema's version number is used to version the database schema and
# requires upgrade SQL files for each version bump. Until this is replaced
# with some better system, exclude it from version checking.