X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICNSTest%2FOtherRslt%2FD.pm;fp=t%2Flib%2FDBICNSTest%2FOtherSrc%2FD.pm;h=9a9aaf5790996805416bc2125dce9315e06ea614;hb=c87014e8134cf934b0dc4b81186a41ee6cde4037;hp=c3d2a953da9f92ff558f2df5d72458ad60680270;hpb=46a05fd450f4848c6dc5f1302001571a79f4728e;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICNSTest/OtherSrc/D.pm b/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 --- a/t/lib/DBICNSTest/OtherSrc/D.pm +++ b/t/lib/DBICNSTest/OtherRslt/D.pm @@ -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');