renamed 27result_set_column tests and fixed minor doc typo
[dbsrgits/DBIx-Class.git] / t / basicrels / 28result_set_column.t
1 use Test::More;
2 use lib qw(t/lib);
3 use DBICTest;
4 use DBICTest::BasicRels;
5
6 require "t/run/28result_set_column.tl";
7 run_tests(DBICTest->schema);