re-word options/code/pod to be less confusing wrt ResultSource vs source-definition...
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / Source / B.pm
similarity index 78%
rename from t/lib/DBICNSTest/ResultSource/B.pm
rename to t/lib/DBICNSTest/Source/B.pm
index fb5f309..2f7f284 100644 (file)
@@ -1,4 +1,4 @@
-package DBICNSTest::ResultSource::B;
+package DBICNSTest::Source::B;
 use base qw/DBIx::Class/;
 __PACKAGE__->load_components(qw/PK::Auto Core/);
 __PACKAGE__->table('b');