X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICNSTest%2FRslt%2FA.pm;h=d02038f38fe645a31cd5105e12ee3e9b4825d307;hb=f5ef5fa1068d249fb353411f01a60bab5d41911c;hp=686e329bbe297ecc1acbf96039c0933f844dfdce;hpb=c87014e8134cf934b0dc4b81186a41ee6cde4037;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICNSTest/Rslt/A.pm b/t/lib/DBICNSTest/Rslt/A.pm index 686e329..d02038f 100644 --- a/t/lib/DBICNSTest/Rslt/A.pm +++ b/t/lib/DBICNSTest/Rslt/A.pm @@ -1,6 +1,9 @@ package DBICNSTest::Rslt::A; -use base qw/DBIx::Class/; -__PACKAGE__->load_components(qw/PK::Auto Core/); +use base qw/DBIx::Class::Core/; __PACKAGE__->table('a'); __PACKAGE__->add_columns('a'); + +# part of a test, do not remove +$_ = 'something completely utterly bogus'; + 1;