X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FViewDepsBad.pm;h=97b8868cd7c19598dd3b69c44f721f07009a5785;hb=a8de639b29afc6645820ba346b47d53117dbbe7e;hp=9b5be128af6ca34bed84daaed43e37cc04548660;hpb=51b31bbe7d3359237fd2eb5e1f4aadb133578f25;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/ViewDepsBad.pm b/t/lib/ViewDepsBad.pm index 9b5be12..97b8868 100644 --- a/t/lib/ViewDepsBad.pm +++ b/t/lib/ViewDepsBad.pm @@ -4,7 +4,7 @@ package # hide from PAUSE use strict; use warnings; -use base 'DBIx::Class::Schema'; +use base 'DBICTest::BaseSchema'; __PACKAGE__->load_namespaces;