X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Flib%2FDBICNSTest%2FOtherRslt%2FD.pm;h=d74ff11322fc2c5eb05a1fb03c7e8b3c9164e1df;hp=9a9aaf5790996805416bc2125dce9315e06ea614;hb=d88ecca6486a2b1c4b6e2f0440165b186aab39bc;hpb=237e9af389b2342587971cb8be5d56fb2bc4c355 diff --git a/t/lib/DBICNSTest/OtherRslt/D.pm b/t/lib/DBICNSTest/OtherRslt/D.pm index 9a9aaf5..d74ff11 100644 --- a/t/lib/DBICNSTest/OtherRslt/D.pm +++ b/t/lib/DBICNSTest/OtherRslt/D.pm @@ -1,6 +1,5 @@ package DBICNSTest::OtherRslt::D; -use base qw/DBIx::Class/; -__PACKAGE__->load_components(qw/PK::Auto Core/); +use base qw/DBIx::Class::Core/; __PACKAGE__->table('d'); __PACKAGE__->add_columns('d'); 1;