summary refs log tree commit diff
path: root/lib/githubexplorer/Schema.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/githubexplorer/Schema.pm')
-rw-r--r--lib/githubexplorer/Schema.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/githubexplorer/Schema.pm b/lib/githubexplorer/Schema.pm
new file mode 100644
index 0000000..306480c
--- /dev/null
+++ b/lib/githubexplorer/Schema.pm
@@ -0,0 +1,7 @@
+package githubexplorer::Schema;
+
+use base qw/DBIx::Class::Schema/;
+
+__PACKAGE__->load_namespaces();
+
+1;