rename Source to Result, because that is what it should be called
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / Result / B.pm
similarity index 81%
rename from t/lib/DBICNSTest/Source/B.pm
rename to t/lib/DBICNSTest/Result/B.pm
index 2f7f284..e9cdc37 100644 (file)
@@ -1,4 +1,4 @@
-package DBICNSTest::Source::B;
+package DBICNSTest::Result::B;
 use base qw/DBIx::Class/;
 __PACKAGE__->load_components(qw/PK::Auto Core/);
 __PACKAGE__->table('b');