Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

sub translate_module_name {
my $self = shift;
return 'MyApp::Module::Name';
}
sub get_runmode {
return 'rm2';
}
1;