patch from mendel, using Test::Builder
[scpubgit/Q-Branch.git] / t / 01generate.t
index 2362e6c..5859c38 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use Test::More;
 
-use SQL::Abstract::Test qw/is_same_sql_bind/;
+use SQL::Abstract::Test import => ['is_same_sql_bind'];
 plan tests => 64;
 
 use SQL::Abstract;