]> git.ktnx.net Git - lsl.git/blobdiff - lib/App/LazyShoppingList/Schema.pm
first take at a Dancer2 app, some functions work
[lsl.git] / lib / App / LazyShoppingList / Schema.pm
diff --git a/lib/App/LazyShoppingList/Schema.pm b/lib/App/LazyShoppingList/Schema.pm
new file mode 100644 (file)
index 0000000..2062174
--- /dev/null
@@ -0,0 +1,11 @@
+use v5.28;
+use warnings;
+use utf8;
+
+package App::LazyShoppingList::Schema;
+
+use base qw(DBIx::Class::Schema);
+
+__PACKAGE__->load_namespaces;
+
+1;