X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICNSTest%2FResult%2FA.pm;fp=t%2Flib%2FDBICNSTest%2FSource%2FA.pm;h=d2faecb2e7f897657331a6441b899d74cb1db78e;hb=c87014e8134cf934b0dc4b81186a41ee6cde4037;hp=a25593547685b6efb8a4a85b5e0b2a6c6bf20c70;hpb=46a05fd450f4848c6dc5f1302001571a79f4728e;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICNSTest/Source/A.pm b/t/lib/DBICNSTest/Result/A.pm similarity index 81% rename from t/lib/DBICNSTest/Source/A.pm rename to t/lib/DBICNSTest/Result/A.pm index a255935..d2faecb 100644 --- a/t/lib/DBICNSTest/Source/A.pm +++ b/t/lib/DBICNSTest/Result/A.pm @@ -1,4 +1,4 @@ -package DBICNSTest::Source::A; +package DBICNSTest::Result::A; use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/PK::Auto Core/); __PACKAGE__->table('a');