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

my MyClass $x :Good :Bad(1**1-1) :Omni(vorous);

package SomeOtherClass;
use base MyClass;

sub tent { 'acle' }

sub w :Ugly(sister) :Omni('po',tent()) {}

my @y :Good :Omni(s/cie/nt/);

my %y :Good(q/bye) :Omni(q/bus/);