From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

$Poet::App::Command::VERSION = '0.16';
use Cwd qw(getcwd);
use strict;
method initialize_environment () {
require Poet::Script;
Poet::Script::initialize_with_root_dir( getcwd() );
}
1;