projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
32e1ae3
)
remove DateTime from 73oracle.t
Rafael Kitover [Mon, 29 Jun 2009 15:20:32 +0000 (15:20 +0000)]
t/73oracle.t
patch
|
blob
|
blame
|
history
diff --git
a/t/73oracle.t
b/t/73oracle.t
index
59f93fb
..
a6f3ed9
100644
(file)
--- a/
t/73oracle.t
+++ b/
t/73oracle.t
@@
-32,7
+32,6
@@
use Test::Exception;
use Test::More;
use lib qw(t/lib);
use DBICTest;
-use DateTime;
my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_ORA_${_}" } qw/DSN USER PASS/};