Added code to allow looking up of the other side of a relationship
[dbsrgits/DBIx-Class-Historic.git] / t / helperrels / 26ordered.t
CommitLineData
93cec8c3 1use Test::More;
2use lib qw(t/lib);
3use DBICTest;
4use DBICTest::HelperRels;
5
a733c37f 6require "t/run/26ordered.tl";
93cec8c3 7run_tests(DBICTest->schema);