Initial commit
[dbsrgits/DBIx-Class-Schema-ResultSetAccessors.git] / t / lib / MyApp2 / Schema.pm
diff --git a/t/lib/MyApp2/Schema.pm b/t/lib/MyApp2/Schema.pm
new file mode 100644 (file)
index 0000000..3f6853d
--- /dev/null
@@ -0,0 +1,8 @@
+package MyApp2::Schema;
+use base qw/DBIx::Class::Schema/;
+
+__PACKAGE__->load_components('Schema::ResultSetAccessors');
+__PACKAGE__->load_namespaces();
+
+
+1;
\ No newline at end of file