projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ab6e092
)
Now really fixed
Peter Rabbitson [Mon, 15 Mar 2010 15:03:50 +0000 (15:03 +0000)]
t/73oracle.t
patch
|
blob
|
blame
|
history
diff --git
a/t/73oracle.t
b/t/73oracle.t
index
13c0fac
..
684db1f
100644
(file)
--- a/
t/73oracle.t
+++ b/
t/73oracle.t
@@
-30,10
+30,10
@@
use warnings;
use Test::Exception;
use Test::More;
-use DBIC::SqlMakerTest;
use lib qw(t/lib);
use DBICTest;
+use DBIC::SqlMakerTest;
my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_ORA_${_}" } qw/DSN USER PASS/};