Add test - custom error class is causing a warning from make_immutable
[gitmo/Moose.git] / t / lib / Foo.pm
CommitLineData
d7f17ebb 1
2package Foo;
d7f17ebb 3use Moose;
4
5has 'bar' => (is => 'rw');
6
71;