super basic test for dm::sqlt
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / lib / DBICTest / Schema / ArtistSourceName.pm
CommitLineData
b974984a 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;