Changelogging
[gitmo/Mouse.git] / t / lib / Bar7 / Meta / Trait.pm
CommitLineData
fde8e43f 1package Bar7::Meta::Trait;
2# This is automatically generated by author/import-moose-test.pl.
3# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
4use t::lib::MooseCompat;
5use Mouse::Role;
6
7around _immutable_options => sub { };
8
9no Mouse::Role;
10
111;