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

NAME

Envy::Load - Load Envy Files

SYNOPSIS

    use Envy::Load qw(dev objstore);

    {    
        my $env = Envy::Load->new();
        $env->load(qw(prod testdb));

        # %ENV restored when $env goes out of scope
    }

DESCRIPTION

Similar to `envy load ...`.