aboutsummaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2016-01-17 19:43:10 -0800
committerRuss Allbery <eagle@eyrie.org>2016-01-17 19:43:10 -0800
commit4b3f858ef567c0d12511e7fea2a56f08f2729635 (patch)
treee1cad1c445669045b47264c8957878352c7adc03 /tests/data
parent7856dc7cc5e16140c0084474fe54338f293bf77e (diff)
parent76f93739a8a933d98b87db9496861dae7de0ae1a (diff)
Imported Upstream version 1.3upstream/1.3
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/perl.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/data/perl.conf b/tests/data/perl.conf
index eaf7443..0c1e34e 100644
--- a/tests/data/perl.conf
+++ b/tests/data/perl.conf
@@ -1,6 +1,9 @@
# Configuration for Perl tests. -*- perl -*-
-# No special configuration yet.
+# 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.
+@MODULE_VERSION_IGNORE = qw(perl/lib/Wallet/Schema.pm);
# File must end with this line.
1;