Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / OtherRslt / D.pm
CommitLineData
c87014e8 1package DBICNSTest::OtherRslt::D;
4a233f30 2
3use warnings;
4use strict;
5
d88ecca6 6use base qw/DBIx::Class::Core/;
f017c022 7__PACKAGE__->table('d');
8__PACKAGE__->add_columns('d');
91;