X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fconfig.t;fp=t%2Fconfig.t;h=877e5d5d45f7fbb1a9edfbe49c5b8fc98f17682a;hb=1fae720d364681d7d1367ecce71abd780eecd087;hp=73527ec2699bc84efe567d595ed121ece23216e8;hpb=c790a75439f3a1dbbaa2162feca2593de5997bd3;p=public-inbox.git 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 # License: AGPL-3.0+ 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(); {