From: Rafael Kitover <rkitover@cpan.org>
Date: Mon, 29 Jun 2009 15:20:32 +0000 (+0000)
Subject: remove DateTime from 73oracle.t
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d12ad65a481fa1e5ad4cce38f039d0daea53fb7;p=dbsrgits%2FDBIx-Class-Historic.git

remove DateTime from 73oracle.t
---

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/};