* Wrapped SQL::Abstract::Test functionality in a new module (DBIC::SqlMakerTest).
[dbsrgits/DBIx-Class.git] / t / 76joins.t
index 744bfd7..5d90d21 100644 (file)
@@ -5,7 +5,7 @@ use Test::More;
 use lib qw(t/lib);
 use DBICTest;
 use Data::Dumper;
-use SQL::Abstract::Test import => ['is_same_sql_bind'];
+use DBIC::SqlMakerTest;
 
 my $schema = DBICTest->init_schema();