The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

class Code--Perl6;

has AST $.entry_point;

has Signature $.signature;

method invoke(...) {
    ...
}