Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / ResultSetManager.pm
CommitLineData
8273e845 1package # hide from PAUSE
b1fb2c94 2 DBICTest::ResultSetManager;
4a233f30 3
4use warnings;
5use strict;
6
27a701f9 7use base 'DBICTest::BaseSchema';
762a7bb2 8
d3231653 9__PACKAGE__->load_classes("Foo");
762a7bb2 10
d3231653 111;