X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FViewDeps.pm;h=e7df0f92943b122fd5898d28ae6d38e0f5cdef10;hb=4744c576b5435847d4687727fb768da2958f0831;hp=d4b18e798954cb05b382228306e649e4af7b2cf1;hpb=b7b008a2972e24c30d70d3ceeb7eb0bcfbe60b2c;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/ViewDeps.pm b/t/lib/ViewDeps.pm index d4b18e7..e7df0f9 100644 --- a/t/lib/ViewDeps.pm +++ b/t/lib/ViewDeps.pm @@ -1,10 +1,10 @@ -package # hide from PAUSE +package # hide from PAUSE ViewDeps; ## Used in 105view_deps.t use strict; use warnings; -use base 'DBIx::Class::Schema'; +use base 'DBICTest::BaseSchema'; __PACKAGE__->load_namespaces;