make github the primary repository
[gitmo/Moose.git] / t / lib / Bar7 / Meta / Trait.pm
1 package Bar7::Meta::Trait;
2 use Moose::Role;
3
4 around _immutable_options => sub { };
5
6 no Moose::Role;
7
8 1;