X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema.pm;h=2355aeb8ba018b6c1add4ba28a6364fbd14cd99b;hb=a39e84a316835c1560df02133bb1d74d33336211;hp=6f37ba90709cb2f405ba0c4bd1f509335a33d523;hpb=d6ba2772d5ca3e3e9c656d42ed04ba01392b4125;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema.pm b/t/lib/DBICTest/Schema.pm index 6f37ba9..2355aeb 100644 --- a/t/lib/DBICTest/Schema.pm +++ b/t/lib/DBICTest/Schema.pm @@ -25,7 +25,7 @@ __PACKAGE__->load_classes(qw/ 'Producer', 'CD_to_Producer', ), - qw/SelfRefAlias/ + qw/SelfRefAlias TreeLike/ ); 1;