f0c39c31e4066d4177929721eec9d15b87bb6f2f
[gitmo/Mouse.git] / t / lib / Moose / Meta / Attribute / Custom / Bar.pm
1 package Mouse::Meta::Attribute::Custom::Bar;
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 sub register_implementation { 'My::Bar' }
7
8
9 package My::Bar;
10
11 use Mouse::Role;
12
13 1;