From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567 use strict;use warnings;use lib './t';use Test_Helper;use MySQL::Sandbox;test_sandbox( 'test_sandbox --user_test=./t/add_option.sb.pl', 6);
use
strict;
warnings;
lib
'./t'
;
Test_Helper;
MySQL::Sandbox;
test_sandbox(
'test_sandbox --user_test=./t/add_option.sb.pl'
, 6);