Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / lib / ViewDeps.pm
CommitLineData
41d90e35 1package # hide from PAUSE
6ebf5cbb 2 ViewDeps;
1e70d9dc 3## Used in 105view_deps.t
6ebf5cbb 4
5use strict;
6use warnings;
27a701f9 7use base 'DBICTest::BaseSchema';
6ebf5cbb 8
9__PACKAGE__->load_namespaces;
10
b7b008a2 11sub sqlt_deploy_hook {
12 my $self = shift;
13 $self->{sqlt} = shift;
14}
15
6ebf5cbb 161;