]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blobdiff - t/lib/DBSchemaMoose.pm
fixed usage with moosified resultsets (RT#64773)
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / lib / DBSchemaMoose.pm
diff --git a/t/lib/DBSchemaMoose.pm b/t/lib/DBSchemaMoose.pm
new file mode 100644 (file)
index 0000000..d662624
--- /dev/null
@@ -0,0 +1,13 @@
+package DBSchemaMoose;
+
+use strict;
+use warnings;
+
+use base 'DBSchemaBase';
+
+__PACKAGE__->load_namespaces(
+    result_namespace => '+DBSchema::Result',
+    default_resultset_class => '+DBSchemaMoose::ResultSet',
+);
+
+1;
This page took 0.024805 seconds and 4 git commands to generate.