Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678910 package DBICTestAdminInc;use warnings;use strict;use base 'DBICTest::BaseSchema';sub connect { exit 70 } # this is what the test will expect to see1;
package
DBICTestAdminInc;
use
warnings;
strict;
base
'DBICTest::BaseSchema'
;
sub
connect
{
exit
70 }
# this is what the test will expect to see
1;