package # hide from PAUSE
DBICTest::Schema::ArtistSourceName;
__PACKAGE__->table(__PACKAGE__->table);
__PACKAGE__->source_name('SourceNameArtists');
1;