X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FViewDeps.pm;h=e7df0f92943b122fd5898d28ae6d38e0f5cdef10;hb=27a701f9149192aa5adb55a5cdcc2e34d4acfeeb;hp=6c3a31106cf44b0ec266966dee2b388d9091d270;hpb=186ba34c1682108f16b159c06e86132371abadc9;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/ViewDeps.pm b/t/lib/ViewDeps.pm index 6c3a311..e7df0f9 100644 --- a/t/lib/ViewDeps.pm +++ b/t/lib/ViewDeps.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;