add an extra symbol to the rt59849 test
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestRoleForMap.pm
1 package TestRoleForMap;
2
3 use Moose::Role;
4
5 sub test_role_for_map_method { 'test_role_for_map_method works' }
6
7 1;