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