* Wrapped SQL::Abstract::Test functionality in a new module (DBIC::SqlMakerTest).
[dbsrgits/DBIx-Class.git] / t / 95sql_maker.t
index ee6ccdd..574e953 100644 (file)
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 
 use Test::More;
-use SQL::Abstract::Test import => ['is_same_sql_bind'];
+use DBIC::SqlMakerTest;
 
 
 BEGIN {