58058be6c3faf9f8ae89a50f25b397ae97fa2f92
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / OtherRslt / D.pm
1 package DBICNSTest::OtherRslt::D;
2
3 use warnings;
4 use strict;
5
6 use base qw/DBIx::Class::Core/;
7 __PACKAGE__->table('d');
8 __PACKAGE__->add_columns('d');
9 1;