The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package DBICTestAdminInc;

use warnings;
use strict;

use base 'DBICTest::BaseSchema';

sub connect { exit 70 } # this is what the test will expect to see

1;