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