support for fully-qualified components in result_component_map and tests
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestComponentForMapFQN.pm
diff --git a/t/lib/TestComponentForMapFQN.pm b/t/lib/TestComponentForMapFQN.pm
new file mode 100644 (file)
index 0000000..a63f79a
--- /dev/null
@@ -0,0 +1,5 @@
+package TestComponentForMapFQN;
+
+sub testcomponentformap_fqn { 'TestComponentForMapFQN works' }
+
+1;