X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FViewDeps.pm;h=6c3a31106cf44b0ec266966dee2b388d9091d270;hb=10419db5494d63347dd0f799f8af23d6d3440f62;hp=aa3f588e4510ea9105e3eceb342447e753142980;hpb=7364d776a7926a47d74fb503ca546bec719e88f3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/ViewDeps.pm b/t/lib/ViewDeps.pm index aa3f588..6c3a311 100644 --- a/t/lib/ViewDeps.pm +++ b/t/lib/ViewDeps.pm @@ -1,4 +1,4 @@ -package # hide from PAUSE +package # hide from PAUSE ViewDeps; ## Used in 105view_deps.t @@ -8,4 +8,9 @@ use base 'DBIx::Class::Schema'; __PACKAGE__->load_namespaces; +sub sqlt_deploy_hook { + my $self = shift; + $self->{sqlt} = shift; +} + 1;