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