From a5f322a55242a68613862d125d7fd0125b1c88bb Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sat, 4 Sep 2021 13:01:38 -0700 Subject: 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. --- tests/data/perl.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/data') 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. -- cgit v1.2.3