Fixed up tests post-merge
[dbsrgits/DBIx-Class.git] / maint / gen-schema.pl
index a4e101d..d8d2ca1 100755 (executable)
@@ -5,6 +5,7 @@ use warnings;
 use lib qw(lib t/lib);
 
 use DBICTest;
+use DBICTest::Schema::HelperRels;
 
 my $schema = DBICTest->initialise;