moved internal test module into published SQL/Abstract/Test, so that clients of SQLA...
[dbsrgits/SQL-Abstract.git] / t / 01generate.t
index 9fbae62..2362e6c 100644 (file)
@@ -4,10 +4,7 @@ use strict;
 use warnings;
 use Test::More;
 
-use FindBin;
-use lib "$FindBin::Bin";
-use TestSqlAbstract;
-
+use SQL::Abstract::Test qw/is_same_sql_bind/;
 plan tests => 64;
 
 use SQL::Abstract;