From Code to Community: Sponsoring The Perl and Raku Conference 2025 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;