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