X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FArtistSourceName.pm;fp=t%2Flib%2FDBICTest%2FSchema%2FArtistSourceName.pm;h=cf1b5de6d6b004d2ddbb1553055f54ff0c656656;hb=3aa25d8b47104964c689be4ca8c1fc5b17781a7f;hp=3e6a7e65764715c448bbb0f26ba414a16537d8a4;hpb=adcc1df0049e0093cb94c867bd2be8c9fe242a61;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/ArtistSourceName.pm b/t/lib/DBICTest/Schema/ArtistSourceName.pm index 3e6a7e6..cf1b5de 100644 --- a/t/lib/DBICTest/Schema/ArtistSourceName.pm +++ b/t/lib/DBICTest/Schema/ArtistSourceName.pm @@ -5,6 +5,8 @@ use warnings; use strict; use base 'DBICTest::Schema::Artist'; +use mro 'c3'; + __PACKAGE__->table(__PACKAGE__->table); __PACKAGE__->source_name('SourceNameArtists');