]> git.ktnx.net Git - lsl.git/blob - lib/App/LazyShoppingList/Schema.pm
first take at a Dancer2 app, some functions work
[lsl.git] / lib / App / LazyShoppingList / Schema.pm
1 use v5.28;
2 use warnings;
3 use utf8;
4
5 package App::LazyShoppingList::Schema;
6
7 use base qw(DBIx::Class::Schema);
8
9 __PACKAGE__->load_namespaces;
10
11 1;