use lib './t'; use helper; my $port = 5099; my $server = helper::spawn_app( $port ); my $mech = helper::spawn_chrome( ); ...