aboutsummaryrefslogtreecommitdiff
path: root/tests/data/perl.conf
diff options
context:
space:
mode:
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.