Changelogging
[gitmo/Mouse.git] / t / lib / Moose / Meta / Attribute / Custom / Foo.pm
CommitLineData
fde8e43f 1package Mouse::Meta::Attribute::Custom::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;