]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/lib/DBICTest/ResultSetManager.pm
added docs about treatment of belongs_to, might_have and has_many relationships
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / lib / DBICTest / ResultSetManager.pm
1 package # hide from PAUSE
2 DBICTest::ResultSetManager;
3 use base 'DBIx::Class::Schema';
4
5 __PACKAGE__->load_classes("Foo");
6
7 1;
This page took 0.039145 seconds and 4 git commands to generate.