From 61d48fd55da2f533df4020b7130d58e6104aadbc Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 23 Jan 2008 20:11:11 +0000 Subject: Fix the module inclusions. --- perl/t/acl.t | 1 - perl/t/init.t | 1 - perl/t/schema.t | 1 + 3 files changed, 1 insertion(+), 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'; -- cgit v1.2.3