Update t/lib
[gitmo/Mouse.git] / t / lib / Mouse / Meta / Attribute / Custom / Trait / Foo.pm
CommitLineData
1eb43e0a 1package 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!!!
4use t::lib::MooseCompat;
5
6use Mouse::Role;
7
81;