summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
Diffstat (limited to 'perl')
-rwxr-xr-xperl/t/acl.t1
-rwxr-xr-xperl/t/init.t1
-rwxr-xr-xperl/t/schema.t1
3 files changed, 1 insertions, 2 deletions
diff --git a/perl/t/acl.t b/perl/t/acl.t
index 59e1071..e46b7f8 100755
--- a/perl/t/acl.t
+++ b/perl/t/acl.t
@@ -13,7 +13,6 @@ use Test::More tests => 101;
use Wallet::ACL;
use Wallet::Admin;
-use Wallet::Config;
use Wallet::Server;
use lib 't/lib';
diff --git a/perl/t/init.t b/perl/t/init.t
index 92bebaf..70085c9 100755
--- a/perl/t/init.t
+++ b/perl/t/init.t
@@ -12,7 +12,6 @@ use Test::More tests => 18;
use Wallet::ACL;
use Wallet::Admin;
-use Wallet::Config;
use lib 't/lib';
use Util;
diff --git a/perl/t/schema.t b/perl/t/schema.t
index 70378de..8ee8a02 100755
--- a/perl/t/schema.t
+++ b/perl/t/schema.t
@@ -11,6 +11,7 @@
use Test::More tests => 8;
use DBI;
+use Wallet::Config;
use Wallet::Schema;
use lib 't/lib';