diff options
-rwxr-xr-x | perl/t/init.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/t/init.t b/perl/t/init.t index 597cb96..8f6d034 100755 --- a/perl/t/init.t +++ b/perl/t/init.t @@ -6,8 +6,8 @@ use Test::More tests => 8; use DBD::SQLite; +use Wallet::ACL; use Wallet::Config; -use Wallet::Object::Base; use Wallet::Server; # Use a local SQLite database for testing. |