76b2d9d92d6ea9f4dfb8dbefd5bb221e5f057593
[gitmo/Mouse.git] / t / lib / Moose / Meta / Attribute / Custom / Trait / Foo.pm
1 package Mouse::Meta::Attribute::Custom::Trait::Foo;
2 # This is automatically generated by author/import-moose-test.pl.
3 # DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!!
4 use t::lib::MooseCompat;
5
6 use Mouse::Role;
7
8 1;