update repo to point to github
[gitmo/Moo.git] / xt / lib / ExampleMooRole.pm
CommitLineData
bfe18b35 1package ExampleMooRole;
2use Moo::Role;
3
4$::ExampleMooRole_LOADED++;
5
6no Moo::Role;
7
81;