Fix nonsensical result class names introduced by a test in 45f8858e6
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / RtBug41083 / Result_A / A / Sub.pm
diff --git a/t/lib/DBICNSTest/RtBug41083/Result_A/A/Sub.pm b/t/lib/DBICNSTest/RtBug41083/Result_A/A/Sub.pm
new file mode 100644 (file)
index 0000000..dbb6ba0
--- /dev/null
@@ -0,0 +1,5 @@
+package DBICNSTest::RtBug41083::Result_A::A::Sub;
+use strict;
+use warnings;
+use base 'DBICNSTest::RtBug41083::Result_A::A';
+1;