Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / prefetch / join_type.t
index e58af4f..5165e09 100644 (file)
@@ -1,10 +1,11 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use warnings;
 use strict;
 
 use Test::More;
-use lib qw(t/lib);
-use DBIC::SqlMakerTest;
-use DBICTest;
+
+use DBICTest ':DiffSQL';
 
 my $schema = DBICTest->init_schema();