1 package # hide from PAUSE
4 BEGIN { unshift @INC, './t/testlib'; }
5 use base 'DBIx::Class::Test::SQLite';
8 __PACKAGE__->set_table("Lazy");
9 __PACKAGE__->columns('Primary', qw(this));
10 __PACKAGE__->columns('Essential', qw(opop));
11 __PACKAGE__->columns('things', qw(this that));
12 __PACKAGE__->columns('horizon', qw(eep orp));
13 __PACKAGE__->columns('vertical', qw(oop opop));