X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08special_ops.t;fp=t%2F08special_ops.t;h=895c9c2c562105c2a2f95ea1121221f051e7ecab;hb=5aad8cf3d200d1538a5fad5b01895e1ccd3da80a;hp=bbccd146089808be69d8b2e04302941d9c989ee4;hpb=311b2151b1bb7ecb9cb2ad52f9bc5cbe73f3578d;p=dbsrgits%2FSQL-Abstract.git diff --git a/t/08special_ops.t b/t/08special_ops.t index bbccd14..895c9c2 100644 --- a/t/08special_ops.t +++ b/t/08special_ops.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 => 2; use SQL::Abstract;