Add a test for attribute conflict when composing one role into another
[gitmo/Moose.git] / t / lib / Foo.pm
CommitLineData
d7f17ebb 1
2package Foo;
d7f17ebb 3use Moose;
4
5has 'bar' => (is => 'rw');
6
71;