The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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