Require DBICTest.pm in all tests even if it is not needed at all
[dbsrgits/DBIx-Class.git] / t / 04dont_break_c3.t
index d5cb5d1..a7de9fc 100644 (file)
@@ -1,11 +1,11 @@
-#!/usr/bin/perl -w
-#Simon Ilyushchenko, 12/05/05
-#Testing the case when we try to inject into @ISA a class that's already a parent of the target class.
 
 use strict;
 use Test::More tests => 2;
 use MRO::Compat;
 
+use lib qw(t/lib);
+use DBICTest; # do not remove even though it is not used
+
 {
 package AAA;