X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FCD.pm;h=4eaba4ff117951a2d09a34881cf3c0187d1edadf;hb=333cce60480be0ebce201d37e2bfb18601b54404;hp=8e04c16f8b4cd93b544742e33883eea280c21b2f;hpb=3cecb111042690c33e0007aaa4f706c69eb737ac;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/CD.pm b/t/lib/DBICTest/Schema/CD.pm index 8e04c16..4eaba4f 100644 --- a/t/lib/DBICTest/Schema/CD.pm +++ b/t/lib/DBICTest/Schema/CD.pm @@ -2,6 +2,8 @@ package DBICTest::Schema::CD; use base 'DBIx::Class::Core'; +__PACKAGE__->load_components('PK::Auto'); + DBICTest::Schema::CD->table('cd'); DBICTest::Schema::CD->add_columns( 'cdid' => {