re-word options/code/pod to be less confusing wrt ResultSource vs source-definition...
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / Src / A.pm
similarity index 82%
rename from t/lib/DBICNSTest/RSrc/A.pm
rename to t/lib/DBICNSTest/Src/A.pm
index 532017d..9fa1c05 100644 (file)
@@ -1,4 +1,4 @@
-package DBICNSTest::RSrc::A;
+package DBICNSTest::Src::A;
 use base qw/DBIx::Class/;
 __PACKAGE__->load_components(qw/PK::Auto Core/);
 __PACKAGE__->table('a');