Workaround for double-call of destructors (based on 3d56e026 and e1d9e578)
[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;