First stab at restructuring with tests_recursive() - no functional changes
[dbsrgits/DBIx-Class.git] / examples / Schema / MyDatabase / Main.pm
diff --git a/examples/Schema/MyDatabase/Main.pm b/examples/Schema/MyDatabase/Main.pm
new file mode 100644 (file)
index 0000000..42fae1b
--- /dev/null
@@ -0,0 +1,5 @@
+package MyDatabase::Main;
+use base qw/DBIx::Class::Schema/;
+__PACKAGE__->load_namespaces;
+
+1;