about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-04-01 02:32:37 -0700
committerEric Wong <e@80x24.org>2021-04-01 18:25:15 +0000
commit1fae720d364681d7d1367ecce71abd780eecd087 (patch)
treeec7c24f7e803a2eae4173f2e503630dea257948f /t
parentc790a75439f3a1dbbaa2162feca2593de5997bd3 (diff)
downloadpublic-inbox-1fae720d364681d7d1367ecce71abd780eecd087.tar.gz
Thanks to git-describe, we can generate and update this
file to aid users in bug reporting.
Diffstat (limited to 't')
-rw-r--r--t/config.t7
1 files changed, 4 insertions, 3 deletions
diff --git a/t/config.t b/t/config.t
index 73527ec2..877e5d5d 100644
--- a/t/config.t
+++ b/t/config.t
@@ -1,11 +1,12 @@
 # Copyright (C) 2014-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
-use warnings;
-use Test::More;
-use PublicInbox::Config;
+use v5.10.1;
 use PublicInbox::TestCommon;
 use PublicInbox::Import;
+use_ok 'PublicInbox';
+ok(defined(eval('$PublicInbox::VERSION')), 'VERSION defined');
+use_ok 'PublicInbox::Config';
 my ($tmpdir, $for_destroy) = tmpdir();
 
 {