X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FEvent.pm;h=937d782a06507d4be72034c737b5dbb85a166a68;hb=ff657a4317312f9fc858e128affaf97aa46c336b;hp=fea3b074d8f70c64210af22e662bf089029fa240;hpb=d904c338280461a590bfb2f9b2351bcb66d0725b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/Event.pm b/t/lib/DBICTest/Schema/Event.pm index fea3b07..937d782 100644 --- a/t/lib/DBICTest/Schema/Event.pm +++ b/t/lib/DBICTest/Schema/Event.pm @@ -2,9 +2,9 @@ package DBICTest::Schema::Event; use strict; use warnings; -use base qw/DBIx::Class/; +use base qw/DBIx::Class::Core/; -__PACKAGE__->load_components(qw/InflateColumn::DateTime PK::Auto Core/); +__PACKAGE__->load_components(qw/InflateColumn::DateTime/); __PACKAGE__->table('event');