Fix test borkage after 9b871b00c - ALWAYS RUN TESTS RETARDO!
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Schema / ArtistSourceName.pm
CommitLineData
bab77431 1package # hide from PAUSE
2 DBICTest::Schema::ArtistSourceName;
3
4use base 'DBICTest::Schema::Artist';
aec3eff1 5__PACKAGE__->table(__PACKAGE__->table);
bab77431 6__PACKAGE__->source_name('SourceNameArtists');
7
81;