Don't dig into meta method objects directly
[gitmo/Moose.git] / t / lib / Foo.pm
CommitLineData
d7f17ebb 1
2package Foo;
d7f17ebb 3use Moose;
4
5has 'bar' => (is => 'rw');
6
71;