Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / RSet / C.pm
CommitLineData
44930c36 1package DBICNSTest::RSet::C;
4a233f30 2
3use warnings;
4use strict;
5
44930c36 6use base qw/DBIx::Class::ResultSet/;
71;