support ->use_namespaces(0) in Loader.pm, fix tests for new dynamic schema behavior
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestRoleForMap.pm
CommitLineData
d36c8734 1package TestRoleForMap;
2
3use Moose::Role;
4
5sub test_role_for_map_method { 'test_role_for_map_method works' }
6
71;