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