]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - Schema/ArtistSourceName.pm
add test script for mysql
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / Schema / ArtistSourceName.pm
1 package # hide from PAUSE
2 DBICTest::Schema::ArtistSourceName;
3
4 use base 'DBICTest::Schema::Artist';
5 __PACKAGE__->table(__PACKAGE__->table);
6 __PACKAGE__->source_name('SourceNameArtists');
7
8 1;
This page took 0.035636 seconds and 4 git commands to generate.