rename Source to Result, because that is what it should be called
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / OtherRslt / D.pm
similarity index 79%
rename from t/lib/DBICNSTest/OtherSrc/D.pm
rename to t/lib/DBICNSTest/OtherRslt/D.pm
index c3d2a95..9a9aaf5 100644 (file)
@@ -1,4 +1,4 @@
-package DBICNSTest::OtherSrc::D;
+package DBICNSTest::OtherRslt::D;
 use base qw/DBIx::Class/;
 __PACKAGE__->load_components(qw/PK::Auto Core/);
 __PACKAGE__->table('d');