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

class {
use TestCase;
use CommandInfo;
static method main : void () {
warn CommandInfo->PROGRAM_NAME;
TestCase->main();
}
}