Import a latest test file for register_type_constraints() and fix tc class
[gitmo/Mouse.git] / t / lib / Foo.pm
CommitLineData
60ad2cb7 1
2package Foo;
3use Mouse;
4
5has 'bar' => (is => 'rw');
6
71;