Remove our (now broken) dzil GatherDir subclass
[gitmo/Moose.git] / t / lib / Foo.pm
1
2 package Foo;
3 use Moose;
4
5 has 'bar' => (is => 'rw');
6
7 1;