summaryrefslogtreecommitdiff
path: root/perl/t
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-30 06:06:39 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-30 06:06:39 +0000
commit5f91b9198ce7f8fcb7510b5d1c23c94e59491479 (patch)
treeb06ce6b88d295b92b0f0268fe76a2015620021f6 /perl/t
parent427ad9f04713bf028fbb28a918046444898e8bd3 (diff)
use all the modules we need.
Diffstat (limited to 'perl/t')
-rwxr-xr-xperl/t/object.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/t/object.t b/perl/t/object.t
index 0ce184f..878e29d 100755
--- a/perl/t/object.t
+++ b/perl/t/object.t
@@ -6,6 +6,7 @@
use Test::More tests => 51;
use DBD::SQLite;
+use Wallet::ACL;
use Wallet::Config;
use Wallet::Object::Base;
use Wallet::Server;