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