Test that Str can handle return value of substr()
[gitmo/Moose.git] / t / lib / Foo.pm
1
2 package Foo;
3 use Moose;
4
5 has 'bar' => (is => 'rw');
6
7 1;