X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F41orrible.t;h=8c919297c1b3fe129a3a844a715ec88e15c044b8;hb=6f4ddea126a20d67bc599a804d097ed8d3c086aa;hp=660ee40a1a8542607b21ec3305cca553b6ecc60e;hpb=0821ae59c74c48a248c5c441956dfdcfa7bf7268;p=dbsrgits%2FDBIx-Class.git diff --git a/t/41orrible.t b/t/41orrible.t index 660ee40..8c91929 100644 --- a/t/41orrible.t +++ b/t/41orrible.t @@ -2,14 +2,14 @@ use strict; use warnings; use Test::More; -use DBIx::Class::Storage::DBI::Oracle::WhereJoins; +use DBIx::Class::SQLAHacks::OracleJoins; use lib qw(t/lib); use DBIC::SqlMakerTest; plan tests => 4; -my $sa = new DBIC::SQL::Abstract::Oracle; +my $sa = new DBIx::Class::SQLAHacks::OracleJoins; $sa->limit_dialect('RowNum');