From: Peter Rabbitson Date: Mon, 15 Mar 2010 15:03:50 +0000 (+0000) Subject: Now really fixed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ce8340f91885352edc3655a22e66f56a457322a;p=dbsrgits%2FDBIx-Class-Historic.git Now really fixed --- diff --git a/t/73oracle.t b/t/73oracle.t index 13c0fac..684db1f 100644 --- 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/};