X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F04dont_break_c3.t;h=a7de9fc98967114bbfc22e67f53ec12faa182fdb;hb=d9672fb94b70dac86a6d4fed7ad46a48c5ee4527;hp=d5cb5d1726a48a5becd5da80da0f57ba4d75f490;hpb=4f507947b537abfbd940706b12d71f89aa2b23ff;p=dbsrgits%2FDBIx-Class.git diff --git a/t/04dont_break_c3.t b/t/04dont_break_c3.t index d5cb5d1..a7de9fc 100644 --- a/t/04dont_break_c3.t +++ b/t/04dont_break_c3.t @@ -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;