The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
## no critic
sub function {
    my $x;
}

sub method {
    my ($self)=@_;
}

my $lambda=sub { return 1 }