Moved DBIC::SQL::Abstract inner classes to DBIx::Class::SQLAHacks namespace to decoup...
[dbsrgits/DBIx-Class.git] / t / 76joins.t
index 39a51d3..23336b8 100644 (file)
@@ -33,7 +33,7 @@ if( $schema->storage->dbh->get_info(17) eq 'SQLite' &&
 }
 
 # test the abstract join => SQL generator
-my $sa = new DBIC::SQL::Abstract;
+my $sa = new DBIx::Class::SQLAHacks;
 
 my @j = (
     { child => 'person' },