X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F73oracle.t;h=a6f3ed9ea7732c545c9316e7312fe47df968fc08;hb=e06ad5d5eca3cad12045953e06fd6b6c72c1027d;hp=59f93fbde3fcd6e9a1266c7eeb47a061ece1b5b7;hpb=9900b5695787f3292eb51df9a0a0f86ea42210c4;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/73oracle.t b/t/73oracle.t index 59f93fb..a6f3ed9 100644 --- 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/};