rename Source to Result, because that is what it should be called
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / Rslt / A.pm
similarity index 82%
rename from t/lib/DBICNSTest/Src/A.pm
rename to t/lib/DBICNSTest/Rslt/A.pm
index 9fa1c05..686e329 100644 (file)
@@ -1,4 +1,4 @@
-package DBICNSTest::Src::A;
+package DBICNSTest::Rslt::A;
 use base qw/DBIx::Class/;
 __PACKAGE__->load_components(qw/PK::Auto Core/);
 __PACKAGE__->table('a');