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 TestRole2;

use Moose::Role;

sub test_role2_method { 'test_role2_method works' }

1;