Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / RSet / C.pm
index c43a3fe..a2590ac 100644 (file)
@@ -1,3 +1,7 @@
 package DBICNSTest::RSet::C;
+
+use warnings;
+use strict;
+
 use base qw/DBIx::Class::ResultSet/;
 1;