Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / ResultSet / D.pm
index 88894d3..8745100 100644 (file)
@@ -1,2 +1,6 @@
 package DBICNSTest::ResultSet::D;
+
+use warnings;
+use strict;
+
 1;