Mouse::Util::does_role() respects $thing->does() method
[gitmo/Mouse.git] / t / lib / Foo.pm
CommitLineData
60ad2cb7 1
1eb43e0a 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;
60ad2cb7 5package Foo;
6use Mouse;
7
8has 'bar' => (is => 'rw');
9
101;