patch from mendel, using Test::Builder
[dbsrgits/SQL-Abstract.git] / t / 02where.t
index 331ffd0..b47fdf9 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Test::More;
 use Test::Exception;
-use SQL::Abstract::Test qw/is_same_sql_bind/;
+use SQL::Abstract::Test import => ['is_same_sql_bind'];
 
 plan tests => 17;