Add search_rs to ResultSet and a new {$rel}_rs accessor to has_many.
[dbsrgits/DBIx-Class-Historic.git] / t / basicrels / 04db.t
1 use Test::More;
2 use lib qw(t/lib);
3 use DBICTest;
4 use DBICTest::BasicRels;
5
6 require "t/run/04db.tl";
7 run_tests(DBICTest->schema);