Stop shipping world writeable files in our tarball
[dbsrgits/DBIx-Class.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;