The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Test::More tests => 1;

use lib 't';

require App::Env;

App::Env::import( 'App1' );

ok( $ENV{Site1_App1} == 1, 'import func: use App::Env::Site' );