The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

class Perl::Role-0.01;

isa Perl::Package;

has Array of Perl::Roles @.super_roles;

has Hash of Str, Perl::Meta::Property %.properties;
has Hash of Str, Perl::Method %.methods;