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