Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678910111213141516 package # hide from PAUSE ViewDepsBad;## Used in 105view_deps.tuse strict;use warnings;use base 'DBICTest::BaseSchema';__PACKAGE__->load_namespaces;sub sqlt_deploy_hook { my $self = shift; $self->{sqlt} = shift;}1;
package
# hide from PAUSE
ViewDepsBad;
## Used in 105view_deps.t
use
strict;
warnings;
base
'DBICTest::BaseSchema'
;
__PACKAGE__->load_namespaces;
sub
sqlt_deploy_hook {
my
$self
=
shift
->{sqlt} =
}
1;