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