diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-31 02:41:59 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-31 02:41:59 +0000 |
commit | f13e24eb2e01ecb6d6d9f0fca35ad5d22b47d248 (patch) | |
tree | e4b0b3963d8c79446ab01627799a8f09889f64eb /perl/t/object.t | |
parent | 1756e4add5c715b9f93c562a0b24b164203d1af2 (diff) |
You don't have to explicitly load the driver module for DBI.
Diffstat (limited to 'perl/t/object.t')
-rwxr-xr-x | perl/t/object.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl/t/object.t b/perl/t/object.t index 77e9c2f..05d8569 100755 --- a/perl/t/object.t +++ b/perl/t/object.t @@ -5,7 +5,6 @@ use Test::More tests => 74; -use DBD::SQLite; use Wallet::ACL; use Wallet::Config; use Wallet::Object::Base; |