summaryrefslogtreecommitdiff
path: root/lib/Lifestream/Schema.pm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/Lifestream/Schema.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Lifestream/Schema.pm b/lib/Lifestream/Schema.pm
new file mode 100644
index 0000000..0bf0295
--- /dev/null
+++ b/lib/Lifestream/Schema.pm
@@ -0,0 +1,6 @@
+package Lifestream::Schema;
+use base qw/DBIx::Class::Schema/;
+
+__PACKAGE__->load_namespaces();
+
+1;