X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Forder_by_func.t;h=96092195bbb24463a100b7f144152b4820e5f848;hb=fcdd56ca536a7751e2cf5a2c9ba62424c7f18122;hp=51968ed0937f974e63c048ce1476506f29655381;hpb=d5dedbd62928f65a9071b4d9b6d56c6b663a073b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/sqlmaker/order_by_func.t b/t/sqlmaker/order_by_func.t index 51968ed..9609219 100644 --- a/t/sqlmaker/order_by_func.t +++ b/t/sqlmaker/order_by_func.t @@ -3,8 +3,7 @@ use warnings; use Test::More; use lib qw(t/lib); -use DBICTest; -use DBIC::SqlMakerTest; +use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();