The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 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;