]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/lib/DBICTest/Schema/ArtistSubclass.pm
fixed incorrect join condition on a relationship which dies on newer and more strict...
[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.031279 seconds and 4 git commands to generate.