1package # hide from PAUSE
2    DBICTest::Schema::ArtistSourceName;
3
4use base 'DBICTest::Schema::Artist';
5__PACKAGE__->table(__PACKAGE__->table);
6__PACKAGE__->source_name('SourceNameArtists');
7
81;
9