Merge 'trunk' into 'joined_count'
[dbsrgits/DBIx-Class.git] / t / 42toplimit.t
index 5ba13d8..05c60cb 100644 (file)
@@ -8,7 +8,7 @@ use DBICTest; # do not remove even though it is not used
 \r
 plan tests => 1;\r
 \r
-my $sa = new DBIC::SQL::Abstract;\r
+my $sa = new DBIx::Class::SQLAHacks;\r
 \r
 $sa->limit_dialect( 'Top' );\r
 \r