1package TestRole;
2
3use Moose::Role;
4
5sub test_role_method { 'test_role_method works' }
6
71;
8