Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / OtherRslt / D.pm
index d74ff11..58058be 100644 (file)
@@ -1,4 +1,8 @@
 package DBICNSTest::OtherRslt::D;
+
+use warnings;
+use strict;
+
 use base qw/DBIx::Class::Core/;
 __PACKAGE__->table('d');
 __PACKAGE__->add_columns('d');