The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345 class CompileError::ForTest { static method main : int () { my $num : aaa; }}
class CompileError::ForTest {
static method main : int () {
my $num : aaa;
}