]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - ArtistSourceName.pm
c59bbe5c11733730a034ef67cd9df8d4ebb104e9
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / 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.031422 seconds and 3 git commands to generate.