Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

package # hide from PAUSE
ViewDeps;
## Used in 105view_deps.t
use strict;
__PACKAGE__->load_namespaces;
sub sqlt_deploy_hook {
my $self = shift;
$self->{sqlt} = shift;
}
1;