X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsearch%2Fdistinct.t;h=07ac2095d0666264f8c076e8bd4050931b215d6d;hb=5e7249645ea75d5a9d25f1fdf8a42e0536b03f4e;hp=7f6eb226a4cc323a694c93fe84a7e2d5e199e56a;hpb=a5f2ccb49689cf2603ea5614b231088cb520734f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/search/distinct.t b/t/search/distinct.t index 7f6eb22..07ac209 100644 --- a/t/search/distinct.t +++ b/t/search/distinct.t @@ -4,8 +4,8 @@ use warnings; use Test::More; use lib qw(t/lib); -use DBIC::SqlMakerTest; use DBICTest; +use DBIC::SqlMakerTest; my $schema = DBICTest->init_schema();