patch from mendel, using Test::Builder
[scpubgit/Q-Branch.git] / t / 00new.t
index ee83650..5727478 100644 (file)
--- a/t/00new.t
+++ b/t/00new.t
@@ -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 => 15;