summaryrefslogtreecommitdiff
path: root/lib/Lifestream/Schema.pm
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-21 20:53:59 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-21 20:53:59 +0100
commitd42ef058b85760a2063c2ac209a4afa88978d918 (patch)
tree62578215b1735980b1d9416657e61f5d0fac0a85 /lib/Lifestream/Schema.pm
parentfrom a dumb .pl to Tatsumaki (diff)
downloadlifestream-d42ef058b85760a2063c2ac209a4afa88978d918.tar.gz
basic Tatsumaki application
Diffstat (limited to 'lib/Lifestream/Schema.pm')
-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;