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 MyTest::SuperAttrs;

use strict;

use base qw/MyTest::HasAttrs/;

__PACKAGE__->has_attribute('bongo');

1;