initial commit with working tests, docs, and conversion to dzil+podweaver
[catagits/Catalyst-Controller-DBIC-API.git] / t / lib / RestTest / Schema / ResultSet.pm
CommitLineData
d2739840 1package # hide from PAUSE
2 RestTest::Schema::ResultSet;
3
4use base 'DBIx::Class::ResultSet';
5
61;