]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/lib/DBICTest/Schema/ArtistSourceName.pm
add test script for mysql
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / lib / DBICTest / 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.03905 seconds and 5 git commands to generate.