remove result_class stuff from load_namespaces, better to not do it than to do it...
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / Result / A.pm
diff --git a/t/lib/DBICNSTest/Result/A.pm b/t/lib/DBICNSTest/Result/A.pm
deleted file mode 100644 (file)
index 71c5209..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-package DBICTest::Result::A;
-use base qw/DBIx::Class::Row/;
-1;