X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fjoin_type.t;h=ac839f09e0f26483fafca79e0dac9b346cf1b1b0;hb=5e7249645ea75d5a9d25f1fdf8a42e0536b03f4e;hp=e58af4f9a6232b418f6551d604447401fc26726f;hpb=a5f2ccb49689cf2603ea5614b231088cb520734f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/join_type.t b/t/prefetch/join_type.t index e58af4f..ac839f0 100644 --- a/t/prefetch/join_type.t +++ b/t/prefetch/join_type.t @@ -3,8 +3,8 @@ use strict; use Test::More; use lib qw(t/lib); -use DBIC::SqlMakerTest; use DBICTest; +use DBIC::SqlMakerTest; my $schema = DBICTest->init_schema();